Dialogflow v3 API - Class BatchDeleteTestCasesRequest (2.12.0)

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].

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/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>.

Property Value
TypeDescription
RepeatedFieldstring

Parent

public string Parent { get; set; }

Required. The agent to delete test cases from. Format: projects/<Project ID>/locations/<Location ID>/agents/<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
ResourceNameListTestCaseName