GoogleCloudDialogflowCxV3Match class
Represents one match result of MatchIntent.
Constructors
-
GoogleCloudDialogflowCxV3Match({double? confidence, String? event, GoogleCloudDialogflowCxV3Intent? intent, String? matchType, Map<
String, Object?> ? parameters, String? resolvedInput}) - GoogleCloudDialogflowCxV3Match.fromJson(Map json_)
Properties
- confidence ↔ double?
-
The confidence of this match.
getter/setter pair
- event ↔ String?
-
The event that matched the query.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intent ↔ GoogleCloudDialogflowCxV3Intent?
-
The Intent that matched the query.
getter/setter pair
- matchType ↔ String?
-
Type of this Match.
Possible string values are:
getter/setter pair
-
parameters
↔ Map<
String, Object?> ? -
The collection of parameters extracted from the query.
getter/setter pair
- resolvedInput ↔ String?
-
Final text input which was matched during MatchIntent.
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