public sealed class IngestContextReferencesResponse : IMessage<IngestContextReferencesResponse>, IEquatable<IngestContextReferencesResponse>, IDeepCloneable<IngestContextReferencesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class IngestContextReferencesResponse.
The response message for [ConversationsService.IngestContextReferences][].
Implements
IMessageIngestContextReferencesResponse, IEquatableIngestContextReferencesResponse, IDeepCloneableIngestContextReferencesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
IngestContextReferencesResponse()
public IngestContextReferencesResponse()
IngestContextReferencesResponse(IngestContextReferencesResponse)
public IngestContextReferencesResponse(IngestContextReferencesResponse other)
Parameter | |
---|---|
Name | Description |
other |
IngestContextReferencesResponse |
Properties
IngestedContextReferences
public MapField<string, Conversation.Types.ContextReference> IngestedContextReferences { get; }
All context references ingested.
Property Value | |
---|---|
Type | Description |
MapFieldstringConversationTypesContextReference |