public sealed class ChatRequest : IMessage<ChatRequest>,
IMessage, IEquatable<ChatRequest>, IDeepCloneable<ChatRequest>,
IBufferMessagepublic ref class ChatRequest sealed : IMessage<ChatRequest^>,
IMessage, IEquatable<ChatRequest^>, IDeepCloneable<ChatRequest^>,
IBufferMessageSuperBuilderWinService.ChatRequest = function();
Type.createClass(
'SuperBuilderWinService.ChatRequest',
null,
Google.Protobuf.IMessage`1,
Google.Protobuf.IMessage,
IEquatable`1,
Google.Protobuf.IDeepCloneable`1,
Google.Protobuf.IBufferMessage);| AttachedFiles | The files to use specifically for this chat request |
| Descriptor | |
| HasAttachedFiles | Gets whether the "attachedFiles" field is set |
| HasQueryType | Gets whether the "queryType" field is set |
| History | |
| Name | |
| Parser | |
| Prompt | |
| QueryType | The type of query to do on the attached files |
| SessionId | chat session that this chat belongs to |
| CalculateSize | |
| ClearAttachedFiles | Clears the value of the "attachedFiles" field |
| ClearQueryType | Clears the value of the "queryType" field |
| Clone | |
| Equals(ChatRequest) | |
| Equals(Object) | (Overrides ObjectEquals(Object)) |
| GetHashCode | (Overrides ObjectGetHashCode) |
| GetType | (Inherited from Object) |
| MergeFrom(ChatRequest) | |
| MergeFrom(CodedInputStream) | |
| ToString | (Overrides ObjectToString) |
| WriteTo |
| AttachedFilesFieldNumber | Field number for the "attachedFiles" field. |
| HistoryFieldNumber | Field number for the "history" field. |
| NameFieldNumber | Field number for the "name" field. |
| PromptFieldNumber | Field number for the "prompt" field. |
| QueryTypeFieldNumber | Field number for the "queryType" field. |
| SessionIdFieldNumber | Field number for the "sessionId" field. |