GoogleCloudDialogflowV2QueryInput class

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.

Properties

audioConfig GoogleCloudDialogflowV2InputAudioConfig?
Instructs the speech recognizer how to process the speech audio.
getter/setter pair
event GoogleCloudDialogflowV2EventInput?
The event to be processed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text GoogleCloudDialogflowV2TextInput?
The natural language text to be processed.
getter/setter pair

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