Class: Google::Cloud::Dialogflow::CX::V3::BatchRunTestCasesRequest

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.BatchRunTestCases.

Instance Attribute Summary collapse

Instance Attribute Details

#environment::String

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

Returns:

  • (::String)

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



547
548
549
550
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 547

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

#parent::String

Returns Required. Agent name. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns:

  • (::String)

    Required. Agent name. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.



547
548
549
550
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 547

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

#test_cases::Array<::String>

Returns Required. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.

Returns:

  • (::Array<::String>)

    Required. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.



547
548
549
550
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 547

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