Class: Google::Cloud::Dialogflow::CX::V3::RunTestCaseRequest

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

The request message for TestCases.RunTestCase.

Instance Attribute Summary collapse

Instance Attribute Details

#environment::String

Returns Optional. Environment name. If not set, draft environment is assumed. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>.

Returns:

  • (::String)

    Optional. Environment name. If not set, draft environment is assumed. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>.



510
511
512
513
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 510

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

#name::String

Returns Required. Format of test case name to run: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.

Returns:

  • (::String)

    Required. Format of test case name to run: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.



510
511
512
513
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 510

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