GoogleCloudDialogflowV2MessageAnnotation class
Represents the result of annotation for the message.
Constructors
-
GoogleCloudDialogflowV2MessageAnnotation({bool? containEntities, List<
GoogleCloudDialogflowV2AnnotatedMessagePart> ? parts}) - GoogleCloudDialogflowV2MessageAnnotation.fromJson(Map json_)
Properties
- containEntities ↔ bool?
-
Indicates whether the text message contains entities.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parts
↔ List<
GoogleCloudDialogflowV2AnnotatedMessagePart> ? -
The collection of annotated message parts ordered by their position in the
message.
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