Class BatchDeleteTestCasesRequest (1.1.0)

public sealed class BatchDeleteTestCasesRequest : IMessage<BatchDeleteTestCasesRequest>, IEquatable<BatchDeleteTestCasesRequest>, IDeepCloneable<BatchDeleteTestCasesRequest>, IBufferMessage, IMessage

The request message for [TestCases.BatchDeleteTestCases][google.cloud.dialogflow.cx.v3.TestCases.BatchDeleteTestCases].

Inheritance

Object > BatchDeleteTestCasesRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

BatchDeleteTestCasesRequest()

public BatchDeleteTestCasesRequest()

BatchDeleteTestCasesRequest(BatchDeleteTestCasesRequest)

public BatchDeleteTestCasesRequest(BatchDeleteTestCasesRequest other)
Parameter
NameDescription
otherBatchDeleteTestCasesRequest

Properties

Names

public RepeatedField<string> Names { get; }

Required. Format of test case names: projects/&lt;Project ID>/locations/ &lt;Location ID>/agents/&lt;AgentID>/testCases/&lt;TestCase ID>.

Property Value
TypeDescription
RepeatedField<String>

Parent

public string Parent { get; set; }

Required. The agent to delete test cases from. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>.

Property Value
TypeDescription
String

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
TypeDescription
AgentName

TestCaseNames

public ResourceNameList<TestCaseName> TestCaseNames { get; }

TestCaseName-typed view over the Names resource name property.

Property Value
TypeDescription
ResourceNameList<TestCaseName>