ChatResponse Class

The response message for the chat.

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class ChatResponse : IMessage<ChatResponse>, 
	IMessage, IEquatable<ChatResponse>, IDeepCloneable<ChatResponse>, 
	IBufferMessage
Inheritance
Object    ChatResponse
Implements
IBufferMessage, IDeepCloneableChatResponse, IMessage, IMessageChatResponse, IEquatableChatResponse

Constructors

ChatResponseInitializes a new instance of the ChatResponse class
ChatResponse(ChatResponse)Initializes a new instance of the ChatResponse class

Properties

Descriptor 
Message The returned response content. If streaming, concatenate all returned messages for the full response.
Parser 
References Any file references used to get a response. If streaming, returned with the last response.

Methods

Fields

MessageFieldNumberField number for the "message" field.
ReferencesFieldNumberField number for the "references" field.

See Also