Class: Google::Cloud::Dialogflow::CX::V3::BatchRunTestCasesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::BatchRunTestCasesRequest
- 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.BatchRunTestCases.
Instance Attribute Summary collapse
-
#environment ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#test_cases ⇒ ::Array<::String>
Required.
Instance Attribute Details
#environment ⇒ ::String
Returns Optional. If not set, draft environment is assumed. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
547 548 549 550 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 547 class BatchRunTestCasesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Agent name. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
547 548 549 550 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 547 class BatchRunTestCasesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_cases ⇒ ::Array<::String>
Returns Required. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
547 548 549 550 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 547 class BatchRunTestCasesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |