Class: Google::Cloud::Dialogflow::CX::V3::TestConfig

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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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