GoogleCloudDialogflowV2ConversationContextReference class
Represents a section of ingested context information.
Constructors
-
GoogleCloudDialogflowV2ConversationContextReference.new({List<
GoogleCloudDialogflowV2ConversationContextReferenceContextContent> ? contextContents, String? createTime, String? languageCode, String? updateMode}) - GoogleCloudDialogflowV2ConversationContextReference.fromJson(Map json_)
Properties
-
contextContents
↔ List<
GoogleCloudDialogflowV2ConversationContextReferenceContextContent> ? -
The list of content updates for a context reference.
getter/setter pair
- createTime ↔ String?
-
The time the context reference was first created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
The language of the information ingested, defaults to "en-US" if not set.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateMode ↔ String?
-
The mode in which context reference contents are updated.
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