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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
452 453 454 455 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 452 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/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
452 453 454 455 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 452 class BatchDeleteTestCasesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |