GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart class
Represents a part of a training phrase.
Constructors
Properties
- alias ↔ String
-
Optional. The parameter name for the value extracted from the annotated
part of the example. This field is required for annotated parts of the
training phrase.
read / write
- entityType ↔ String
-
Optional. The entity type name prefixed with
@
. This field is required for annotated parts of the training phrase.read / write - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- text ↔ String
-
Required. The text for this part.
read / write
- userDefined ↔ bool
-
Optional. Indicates whether the text was manually annotated. This field is
set to true when the Dialogflow Console is used to manually annotate the
part. When creating an annotated part with the API, you must set this to
true.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited