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
Returns Flow name to start the test case with.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>
.
Only one of flow
and page
should be set to indicate the starting point
of the test case. If neither is set, the test case will start with start
page on the default start flow.
109 110 111 112 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 109 class TestConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page ⇒ ::String
Returns The page to start the test case with.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>
.
Only one of flow
and page
should be set to indicate the starting point
of the test case. If neither is set, the test case will start with start
page on the default start flow.
109 110 111 112 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 109 class TestConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tracking_parameters ⇒ ::Array<::String>
Returns Session parameters to be compared when calculating differences.
109 110 111 112 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 109 class TestConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |