Class: Google::Cloud::Dialogflow::CX::V3::Environment::TestCasesConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Environment::TestCasesConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
Overview
The configuration for continuous tests.
Instance Attribute Summary collapse
-
#enable_continuous_run ⇒ ::Boolean
Whether to run test cases in TestCasesConfig.test_cases periodically.
-
#enable_predeployment_run ⇒ ::Boolean
Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment.
-
#test_cases ⇒ ::Array<::String>
A list of test case names to run.
Instance Attribute Details
#enable_continuous_run ⇒ ::Boolean
Returns Whether to run test cases in TestCasesConfig.test_cases periodically. Default false. If set to true, run once a day.
94 95 96 97 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 94 class TestCasesConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_predeployment_run ⇒ ::Boolean
Returns Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment. Default false.
94 95 96 97 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 94 class TestCasesConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_cases ⇒ ::Array<::String>
Returns A list of test case names to run. They should be under the same agent.
Format of each test case name:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
94 95 96 97 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 94 class TestCasesConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |