Class: Google::Cloud::Dialogflow::CX::V3::TestConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::TestConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
Represents configurations for a test case.
Instance Attribute Summary collapse
-
#flow ⇒ ::String
Flow name to start the test case with.
-
#page ⇒ ::String
The page to start the test case with.
-
#tracking_parameters ⇒ ::Array<::String>
Session parameters to be compared when calculating differences.
Instance Attribute Details
#flow ⇒ ::String
111 112 113 114 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 111 class TestConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page ⇒ ::String
111 112 113 114 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 111 class TestConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tracking_parameters ⇒ ::Array<::String>
111 112 113 114 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 111 class TestConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |