Class GoogleCloudDialogflowV2beta1DetectIntentResponse
Inheritance
GoogleCloudDialogflowV2beta1DetectIntentResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1DetectIntentResponse : IDirectResponseSchema
Properties
AlternativeQueryResults
Declaration
[JsonProperty("alternativeQueryResults")]
public virtual IList<GoogleCloudDialogflowV2beta1QueryResult> AlternativeQueryResults { get; set; }
Property Value
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 GoogleCloudDialogflowV2beta1OutputAudioConfig OutputAudioConfig { get; set; }
Property Value
QueryResult
Declaration
[JsonProperty("queryResult")]
public virtual GoogleCloudDialogflowV2beta1QueryResult 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