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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>
.
512 513 514 515 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 512 class RunTestCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Format of test case name to run: projects/<Project
ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>
.
512 513 514 515 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 512 class RunTestCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |