Click or drag to resize
ChatGeneralResponse<TData> Class
Chat general response with payload.
Inheritance Hierarchy
System.Object
  CMS.Chat.ChatGeneralResponse
    CMS.Chat.ChatGeneralResponse<TData>

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 ChatGeneralResponse< TData> 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