public sealed class BatchDeleteTestCasesRequest : IMessage<BatchDeleteTestCasesRequest>, IEquatable<BatchDeleteTestCasesRequest>, IDeepCloneable<BatchDeleteTestCasesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class BatchDeleteTestCasesRequest.
The request message for [TestCases.BatchDeleteTestCases][google.cloud.dialogflow.cx.v3.TestCases.BatchDeleteTestCases].
Implements
IMessageBatchDeleteTestCasesRequest, IEquatableBatchDeleteTestCasesRequest, IDeepCloneableBatchDeleteTestCasesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
BatchDeleteTestCasesRequest()
public BatchDeleteTestCasesRequest()
BatchDeleteTestCasesRequest(BatchDeleteTestCasesRequest)
public BatchDeleteTestCasesRequest(BatchDeleteTestCasesRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchDeleteTestCasesRequest |
Properties
Names
public RepeatedField<string> Names { get; }
Required. Format of test case names:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Parent
public string Parent { get; set; }
Required. The agent to delete test cases from.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }
Property Value | |
---|---|
Type | Description |
AgentName |
TestCaseNames
public ResourceNameList<TestCaseName> TestCaseNames { get; }
TestCaseName-typed view over the Names resource name property.
Property Value | |
---|---|
Type | Description |
ResourceNameListTestCaseName |