Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1QueryInput

Inheritance
object
GoogleCloudDialogflowCxV3beta1QueryInput
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1QueryInput : IDirectResponseSchema

Properties

Audio

Declaration
[JsonProperty("audio")]
public virtual GoogleCloudDialogflowCxV3beta1AudioInput Audio { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1AudioInput

Dtmf

Declaration
[JsonProperty("dtmf")]
public virtual GoogleCloudDialogflowCxV3beta1DtmfInput Dtmf { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1DtmfInput

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Event__

Declaration
[JsonProperty("event")]
public virtual GoogleCloudDialogflowCxV3beta1EventInput Event__ { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1EventInput

Intent

Declaration
[JsonProperty("intent")]
public virtual GoogleCloudDialogflowCxV3beta1IntentInput Intent { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1IntentInput

LanguageCode

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

Text

Declaration
[JsonProperty("text")]
public virtual GoogleCloudDialogflowCxV3beta1TextInput Text { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1TextInput

ToolCallResult

Declaration
[JsonProperty("toolCallResult")]
public virtual GoogleCloudDialogflowCxV3beta1ToolCallResult ToolCallResult { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1ToolCallResult

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX