Class: Google::Cloud::Dialogflow::CX::V3::GetTestCaseResultRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the testcase. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>.

Returns:

  • (::String)

    Required. The name of the testcase. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>.



795
796
797
798
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 795

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