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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>
.
550 551 552 553 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 550 class BatchRunTestCasesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Agent name. Format: projects/<Project ID>/locations/<Location
ID>/agents/ <AgentID>
.
550 551 552 553 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 550 class BatchRunTestCasesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_cases ⇒ ::Array<::String>
Returns Required. Format: projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/testCases/<TestCase ID>
.
550 551 552 553 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 550 class BatchRunTestCasesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |