GoogleCloudDialogflowCxV3MatchIntentResponse class
Response of MatchIntent.
Constructors
-
GoogleCloudDialogflowCxV3MatchIntentResponse({GoogleCloudDialogflowCxV3Page? currentPage, List<
GoogleCloudDialogflowCxV3Match> ? matches, String? text, String? transcript, String? triggerEvent, String? triggerIntent}) - GoogleCloudDialogflowCxV3MatchIntentResponse.fromJson(Map json_)
Properties
- currentPage ↔ GoogleCloudDialogflowCxV3Page?
-
The current Page.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
matches
↔ List<
GoogleCloudDialogflowCxV3Match> ? -
Match results, if more than one, ordered descendingly by the confidence we
have that the particular intent matches the query.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ String?
-
If natural language text was provided as input, this field will contain a
copy of the text.
getter/setter pair
- transcript ↔ String?
-
If natural language speech audio was provided as input, this field will
contain the transcript for the audio.
getter/setter pair
- triggerEvent ↔ String?
-
If an event was provided as input, this field will contain a copy of the
event name.
getter/setter pair
- triggerIntent ↔ String?
-
If an intent was provided as input, this field will contain a copy of the
intent identifier.
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