Class GoogleCloudDialogflowCxV3beta1DetectIntentRequest
The request to detect user's intent.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1DetectIntentRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputAudioConfig
Instructs the speech synthesizer how to generate the output audio.
Declaration
[JsonProperty("outputAudioConfig")]
public virtual GoogleCloudDialogflowCxV3beta1OutputAudioConfig OutputAudioConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1OutputAudioConfig |
QueryInput
Required. The input specification.
Declaration
[JsonProperty("queryInput")]
public virtual GoogleCloudDialogflowCxV3beta1QueryInput QueryInput { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1QueryInput |
QueryParams
The parameters of this query.
Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowCxV3beta1QueryParameters QueryParams { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1QueryParameters |
Session
Required. The name of the session this query is sent to. Format: projects//locations//agents//sessions/
or
projects//locations//agents//environments//sessions/
. If Environment ID
is not specified, we assume
default 'draft' environment. It's up to the API caller to choose an appropriate Session ID
. It can be a
random number or some type of session identifiers (preferably hashed). The length of the Session ID
must
not exceed 36 characters. For more information, see the sessions
guide. Note: Always use agent versions for
production traffic. See Versions and
environments.
Declaration
[JsonProperty("session")]
public virtual string Session { get; set; }
Property Value
Type | Description |
---|---|
string |