public sealed class TestCasesConfig : IMessage<Environment.Types.TestCasesConfig>, IEquatable<Environment.Types.TestCasesConfig>, IDeepCloneable<Environment.Types.TestCasesConfig>, IBufferMessage, IMessage
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.
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.
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>
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `TestCasesConfig` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its properties and usage in the context of continuous testing."],["The `TestCasesConfig` class is used to configure continuous tests and can be used to control whether to run specified test cases periodically or before deploying a flow version, through `EnableContinuousRun` and `EnablePredeploymentRun`."],["The webpage lists various versions of the `TestCasesConfig` class, ranging from the latest version `2.23.0` down to version `1.0.0`, with each version link leading to its specific documentation."],["The `TestCases` property, which is a `RepeatedField\u003cstring\u003e`, allows users to specify a list of test case names, associated with a specific agent, that the class will operate on."],["The `TestCasesConfig` class inherits from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the Google Protobuf framework and its functionalities."]]],[]]