Class: Google::Cloud::Dialogflow::CX::V3::GetTestCaseRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the testcase. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.

Returns:

  • (::String)

    Required. The name of the testcase. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.



494
495
496
497
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 494

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