GoogleCloudDialogflowV2IntentTrainingPhrasePart class
Represents a part of a training phrase.
Constructors
- GoogleCloudDialogflowV2IntentTrainingPhrasePart({String? alias, String? entityType, String? text, bool? userDefined})
- GoogleCloudDialogflowV2IntentTrainingPhrasePart.fromJson(Map json_)
Properties
- alias ↔ String?
-
The parameter name for the value extracted from the annotated part of the
example.
getter/setter pair
- entityType ↔ String?
-
The entity type name prefixed with
@
.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 ↔ String?
-
The text for this part.
getter/setter pair
- userDefined ↔ bool?
-
Indicates whether the text was manually annotated.
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