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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
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.
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
Returns The page to start the test case with.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/pages/<Page ID>
.
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.
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>
Returns Session parameters to be compared when calculating differences.
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 |