Class GoogleCloudDialogflowV2IngestContextReferencesRequest
Inheritance
GoogleCloudDialogflowV2IngestContextReferencesRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2IngestContextReferencesRequest : IDirectResponseSchema
Properties
ContextReferences
Declaration
[JsonProperty("contextReferences")]
public virtual IDictionary<string, GoogleCloudDialogflowV2ConversationContextReference> ContextReferences { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements