Class: Google::Cloud::Dialogflow::CX::V3::CreateTestCaseRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The agent to create the test case for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

Returns:

  • (::String)

    Required. The agent to create the test case for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.



468
469
470
471
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 468

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

#test_case::Google::Cloud::Dialogflow::CX::V3::TestCase

Returns Required. The test case to create.

Returns:



468
469
470
471
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 468

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