Click or drag to resize
ChatGeneralResponseTData Class
Chat general response with payload.
Inheritance Hierarchy
SystemObject
  CMS.ChatChatGeneralResponse
    CMS.ChatChatGeneralResponseTData

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public class ChatGeneralResponse<TData> : ChatGeneralResponse

Type Parameters

TData
Type of payload.

The ChatGeneralResponseTData type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyData
Payload.
Public propertyStatusCode
Status code.
(Inherited from ChatGeneralResponse.)
Public propertyStatusMessage
Message.
(Inherited from ChatGeneralResponse.)
Top
See Also