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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>.

Returns:

  • (::String)

    Optional. If not set, draft environment is assumed. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>.



550
551
552
553
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 550

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

#parent::String

Returns Required. Agent name. Format: projects/<Project ID>/locations/<Location ID>/agents/ <AgentID>.

Returns:

  • (::String)

    Required. Agent name. Format: projects/<Project ID>/locations/<Location ID>/agents/ <AgentID>.



550
551
552
553
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 550

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

#test_cases::Array<::String>

Returns Required. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.

Returns:

  • (::Array<::String>)

    Required. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.



550
551
552
553
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 550

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