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