Dialogflow v3 API - Class BatchDeleteTestCasesRequest (2.4.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
Name Description
other BatchDeleteTestCasesRequest

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
Type Description
RepeatedField<String>

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
Type Description
String

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
Type Description
AgentName

TestCaseNames

public ResourceNameList<TestCaseName> TestCaseNames { get; }

TestCaseName-typed view over the Names resource name property.

Property Value
Type Description
ResourceNameList<TestCaseName>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.