GoogleCloudDialogflowCxV3Environment class
Represents an environment for an agent.
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.
Constructors
-
GoogleCloudDialogflowCxV3Environment({String? description, String? displayName, String? name, GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig? testCasesConfig, String? updateTime, List<
GoogleCloudDialogflowCxV3EnvironmentVersionConfig> ? versionConfigs, GoogleCloudDialogflowCxV3EnvironmentWebhookConfig? webhookConfig}) - GoogleCloudDialogflowCxV3Environment.fromJson(Map json_)
Properties
- description ↔ String?
-
The human-readable description of the environment.
getter/setter pair
- displayName ↔ String?
-
The human-readable name of the environment (unique in an agent).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the environment.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testCasesConfig ↔ GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig?
-
The test cases config for continuous tests of this environment.
getter/setter pair
- updateTime ↔ String?
-
Update time of this environment.
getter/setter pair
-
versionConfigs
↔ List<
GoogleCloudDialogflowCxV3EnvironmentVersionConfig> ? -
A list of configurations for flow versions.
getter/setter pair
- webhookConfig ↔ GoogleCloudDialogflowCxV3EnvironmentWebhookConfig?
-
The webhook configuration for this environment.
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