- 1.36.0 (latest)
- 1.35.0
- 1.34.1
- 1.33.0
- 1.32.1
- 1.31.1
- 1.30.1
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.1
- 1.22.0
- 1.21.0
- 1.20.1
- 1.19.0
- 1.18.0
- 1.17.1
- 1.16.0
- 1.15.0
- 1.14.1
- 1.13.5
- 1.12.1
- 1.11.0
- 1.10.0
- 1.9.1
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.2
- 1.2.0
- 1.1.1
- 1.0.0
- 0.8.2
- 0.7.1
- 0.6.0
- 0.5.0
- 0.4.1
- 0.3.0
- 0.2.0
- 0.1.1
Environment(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes | |
---|---|
Name | Description |
name |
str
The name of the environment. Format: projects/ .
|
display_name |
str
Required. The human-readable name of the environment (unique in an agent). Limit of 64 characters. |
description |
str
The human-readable description of the environment. The maximum length is 500 characters. If exceeded, the request is rejected. |
version_configs |
Sequence[google.cloud.dialogflowcx_v3.types.Environment.VersionConfig]
Required. A list of configurations for flow versions. You should include version configs for all flows that are reachable from [ Start Flow ][Agent.start_flow] in the
agent. Otherwise, an error will be returned.
|
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Update time of this environment. |
test_cases_config |
google.cloud.dialogflowcx_v3.types.Environment.TestCasesConfig
The test cases config for continuous tests of this environment. |
Classes
TestCasesConfig
TestCasesConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The configuration for continuous tests.
VersionConfig
VersionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for the version.