Class ConversationResult

Inheritance Relationships

Base Type

Class Documentation

class ConversationResult : public csp::systems::ResultBase

Data class used to contain information when retrieving a conversation.

Public Functions

ConversationInfo &GetConversationInfo()

Gets the conversation info object from this result.

@retrun The conversation info.

const ConversationInfo &GetConversationInfo() const

Gets the conversation info object from this result.

@retrun The conversation info.

inline ConversationResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)