Class GoogleCloudDialogflowV2beta1QueryInput
Represents the query input. It can contain either: 1. An audio config which instructs the speech recognizer how to process the speech audio. 2. A conversational query in the form of text. 3. An event that specifies which intent to trigger.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1QueryInput : IDirectResponseSchema
Properties
AudioConfig
Instructs the speech recognizer how to process the speech audio.
Declaration
[JsonProperty("audioConfig")]
public virtual GoogleCloudDialogflowV2beta1InputAudioConfig AudioConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1InputAudioConfig |
Dtmf
The DTMF digits used to invoke intent and fill in parameter value.
Declaration
[JsonProperty("dtmf")]
public virtual GoogleCloudDialogflowV2beta1TelephonyDtmfEvents Dtmf { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1TelephonyDtmfEvents |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Event__
The event to be processed.
Declaration
[JsonProperty("event")]
public virtual GoogleCloudDialogflowV2beta1EventInput Event__ { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1EventInput |
Text
The natural language text to be processed.
Declaration
[JsonProperty("text")]
public virtual GoogleCloudDialogflowV2beta1TextInput Text { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1TextInput |