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

Returns:

  • (::Array<::String>)

    The unique identifiers of the new test cases. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.



626
627
628
629
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 626

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