public sealed class ChatResponse : IMessage<ChatResponse>,
IMessage, IEquatable<ChatResponse>, IDeepCloneable<ChatResponse>,
IBufferMessage
Public NotInheritable Class ChatResponse
Implements IMessage(Of ChatResponse), IMessage,
IEquatable(Of ChatResponse), IDeepCloneable(Of ChatResponse), IBufferMessage
public ref class ChatResponse sealed : IMessage<ChatResponse^>,
IMessage, IEquatable<ChatResponse^>, IDeepCloneable<ChatResponse^>,
IBufferMessage
[<SealedAttribute>]
type ChatResponse =
class
interface IMessage<ChatResponse>
interface IMessage
interface IEquatable<ChatResponse>
interface IDeepCloneable<ChatResponse>
interface IBufferMessage
end
ChatResponse | Initializes a new instance of the ChatResponse class |
ChatResponse(ChatResponse) | Initializes a new instance of the ChatResponse class |
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. |
CalculateSize | |
Clone | |
Equals(ChatResponse) | |
Equals(Object) | (Overrides ObjectEquals(Object)) |
GetHashCode | (Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MergeFrom(ChatResponse) | |
MergeFrom(CodedInputStream) | |
ToString | (Overrides ObjectToString) |
WriteTo |
MessageFieldNumber | Field number for the "message" field. |
ReferencesFieldNumber | Field number for the "references" field. |