Class: Google::Cloud::Dialogflow::CX::V3::Environment::TestCasesConfig

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    Whether to run test cases in TestCasesConfig.test_cases periodically. Default false. If set to true, run once a day.



91
92
93
94
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 91

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.

Returns:

  • (::Boolean)

    Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment. Default false.



91
92
93
94
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 91

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/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>.

Returns:

  • (::Array<::String>)

    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>



91
92
93
94
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 91

class TestCasesConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end