Class: Google::Cloud::Dialogflow::CX::V3::ImportTestCasesResponse

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 response message for TestCases.ImportTestCases.

Instance Attribute Summary collapse

Instance Attribute Details

#names::Array<::String>

Returns The unique identifiers of the new test cases. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.

Returns:

  • (::Array<::String>)

    The unique identifiers of the new test cases. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.



623
624
625
626
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 623

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