Google Cloud Dialogflow v2 API - Class IngestContextReferencesResponse (4.26.0)

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][].

Inheritance

object > IngestContextReferencesResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

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