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/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns:

  • (::String)

    Required. The agent to create the test case for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.



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

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:



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

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