GoogleCloudDialogflowV2AnnotatedMessagePart class
Represents a part of a message possibly annotated with an entity.
The part can be an entity or purely a part of the message between two entities or message start/end.
Constructors
- GoogleCloudDialogflowV2AnnotatedMessagePart({String? entityType, Object? formattedValue, String? text})
- GoogleCloudDialogflowV2AnnotatedMessagePart.fromJson(Map json_)
Properties
- entityType ↔ String?
-
The
Dialogflow system entity type
of this message part.
getter/setter pair
- formattedValue ↔ Object?
-
The
Dialogflow system entity formatted value
of this message part.
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?
-
A part of a message possibly annotated with an entity.
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