Class: Google::Cloud::Dialogflow::CX::V3::BatchDeleteTestCasesRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#names::Array<::String>

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

Returns:

  • (::Array<::String>)

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



452
453
454
455
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 452

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

#parent::String

Returns Required. The agent to delete test cases from. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns:

  • (::String)

    Required. The agent to delete test cases from. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.



452
453
454
455
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 452

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