QueryInput class
Represents the query input. It can contain either:
-
An audio config which instructs the speech recognizer how to process the speech audio.
-
A conversational query in the form of text,.
-
An event that specifies which intent to trigger.
- Inheritance
- Annotations
Constructors
- QueryInput({TextInput text, EventInput eventInput})
- Represents the query input. It can contain either: [...]
-
QueryInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- eventInput → EventInput
-
The event to be processed.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
props
→ List<
Object> -
The list of properies that will be used to determine whether
two instances are equal.
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stringify → bool
-
If set to
true
, the toString method will be overridden to output this instance's props. [...]read-only, inherited - text → TextInput
-
The natural language text to be processed.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited