Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::BatchDeleteTestCasesRequest.
The request message for TestCases.BatchDeleteTestCases.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#names
def names() -> ::Array<::String>
Returns
-
(::Array<::String>) — Required. Format of test case names:
projects/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>
.
#names=
def names=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Required. Format of test case names:
projects/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>
.
Returns
-
(::Array<::String>) — Required. Format of test case names:
projects/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>
.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The agent to delete test cases from.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The agent to delete test cases from.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
Returns
-
(::String) — Required. The agent to delete test cases from.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.