Class: Google::Cloud::Dialogflow::CX::V3::GetTestCaseResultRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetTestCaseResultRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the testcase.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>
.
793 794 795 796 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 793 class GetTestCaseResultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |