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