GetChatHistoryResponse Class

The response message which returns all chat messages

Definition

Namespace: SuperBuilderWinService
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class GetChatHistoryResponse : IMessage<GetChatHistoryResponse>, 
	IMessage, IEquatable<GetChatHistoryResponse>, IDeepCloneable<GetChatHistoryResponse>, 
	IBufferMessage
Inheritance
Object    GetChatHistoryResponse
Implements
IBufferMessage, IDeepCloneableGetChatHistoryResponse, IMessage, IMessageGetChatHistoryResponse, IEquatableGetChatHistoryResponse

Constructors

GetChatHistoryResponseInitializes a new instance of the GetChatHistoryResponse class
GetChatHistoryResponse(GetChatHistoryResponse)Initializes a new instance of the GetChatHistoryResponse class

Properties

Methods

Fields

DataFieldNumberField number for the "data" field.

See Also