Class: Google::Cloud::Dialogflow::CX::V3::RunTestCaseRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::RunTestCaseRequest
- 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.RunTestCase.
Instance Attribute Summary collapse
-
#environment ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#environment ⇒ ::String
Returns Optional. Environment name. If not set, draft environment is assumed.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
510 511 512 513 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 510 class RunTestCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Format of test case name to run:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
510 511 512 513 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 510 class RunTestCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |