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