Class GoogleCloudDialogflowV2DetectIntentResponse
Inheritance
GoogleCloudDialogflowV2DetectIntentResponse
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2DetectIntentResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
OutputAudio
Declaration
[JsonProperty("outputAudio")]
public virtual string OutputAudio { get; set; }
Property Value
OutputAudioConfig
Declaration
[JsonProperty("outputAudioConfig")]
public virtual GoogleCloudDialogflowV2OutputAudioConfig OutputAudioConfig { get; set; }
Property Value
QueryResult
Declaration
[JsonProperty("queryResult")]
public virtual GoogleCloudDialogflowV2QueryResult QueryResult { get; set; }
Property Value
ResponseId
Declaration
[JsonProperty("responseId")]
public virtual string ResponseId { get; set; }
Property Value
WebhookStatus
Declaration
[JsonProperty("webhookStatus")]
public virtual GoogleRpcStatus WebhookStatus { get; set; }
Property Value
Implements