public sealed class TestCasesConfig : IMessage<Environment.Types.TestCasesConfig>, IEquatable<Environment.Types.TestCasesConfig>, IDeepCloneable<Environment.Types.TestCasesConfig>, IBufferMessage, IMessageThe configuration for continuous tests.
Implements
IMessage<Environment.Types.TestCasesConfig>, IEquatable<Environment.Types.TestCasesConfig>, IDeepCloneable<Environment.Types.TestCasesConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
TestCasesConfig()
public TestCasesConfig()TestCasesConfig(Environment.Types.TestCasesConfig)
public TestCasesConfig(Environment.Types.TestCasesConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
Environment.Types.TestCasesConfig |
Properties
EnableContinuousRun
public bool EnableContinuousRun { get; set; }Whether to run test cases in [TestCasesConfig.test_cases][google.cloud.dialogflow.cx.v3.Environment.TestCasesConfig.test_cases] periodically. Default false. If set to true, run once a day.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
EnablePredeploymentRun
public bool EnablePredeploymentRun { get; set; }Whether to run test cases in [TestCasesConfig.test_cases][google.cloud.dialogflow.cx.v3.Environment.TestCasesConfig.test_cases] before deploying a flow version to the environment. Default false.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
TestCases
public RepeatedField<string> TestCases { get; }A list of test case names to run. They should be under the same agent.
Format of each test case name: projects/<Project ID>/locations/
<Location ID>/agents/<AgentID>/testCases/<TestCase ID>
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|