GoogleCloudDialogflowV2Version class
You can create multiple versions of your agent and publish them to separate environments.
When you edit an agent, you are editing the draft agent. At any point, you can save the draft agent as an agent version, which is an immutable snapshot of your agent. When you save the draft agent, it is published to the default environment. When you create agent versions, you can publish them to custom environments. You can create a variety of custom environments for: - testing
- development - production - etc. For more information, see the versions and environments guide.
Constructors
- GoogleCloudDialogflowV2Version({String? createTime, String? description, String? name, String? status, int? versionNumber})
- GoogleCloudDialogflowV2Version.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The creation time of this version.
getter/setter pair
- description ↔ String?
-
The developer-provided description of this version.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The unique identifier of this agent version.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of this version.
getter/setter pair
- versionNumber ↔ int?
-
The sequential number of this version.
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