GoogleCloudDialogflowV2DetectIntentRequest class

The request to detect user's intent.

Properties

hashCode int
The hash code for this object.
no setterinherited
inputAudio String?
The natural language speech audio to be processed.
getter/setter pair
inputAudioAsBytes List<int>
getter/setter pair
outputAudioConfig GoogleCloudDialogflowV2OutputAudioConfig?
Instructs the speech synthesizer how to generate the output audio.
getter/setter pair
outputAudioConfigMask String?
Mask for output_audio_config indicating which settings in this request-level config should override speech synthesizer settings defined at agent-level.
getter/setter pair
queryInput GoogleCloudDialogflowV2QueryInput?
The input specification.
getter/setter pair
queryParams GoogleCloudDialogflowV2QueryParameters?
The parameters of this query.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited