Class: Google::Cloud::Dialogflow::CX::V3::BatchDeleteTestCasesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::BatchDeleteTestCasesRequest
- 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.BatchDeleteTestCases.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Required. Format of test case names: projects/<Project ID>/locations/
<Location ID>/agents/<AgentID>/testCases/<TestCase ID>
.
454 455 456 457 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 454 class BatchDeleteTestCasesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The agent to delete test cases from.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
454 455 456 457 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 454 class BatchDeleteTestCasesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |