Class DetectIntentRequest (1.13.0)

DetectIntentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request to detect user's intent.

Attributes

NameDescription
session str
Required. The name of the session this query is sent to. Format: ``projects/
query_params google.cloud.dialogflowcx_v3.types.QueryParameters
The parameters of this query.
query_input google.cloud.dialogflowcx_v3.types.QueryInput
Required. The input specification.
output_audio_config google.cloud.dialogflowcx_v3.types.OutputAudioConfig
Instructs the speech synthesizer how to generate the output audio.

Inheritance

builtins.object > proto.message.Message > DetectIntentRequest