Class BatchRunTestCasesRequest (2.0.0)

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

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

Inheritance

Object > BatchRunTestCasesRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

BatchRunTestCasesRequest()

public BatchRunTestCasesRequest()

BatchRunTestCasesRequest(BatchRunTestCasesRequest)

public BatchRunTestCasesRequest(BatchRunTestCasesRequest other)
Parameter
Name Description
other BatchRunTestCasesRequest

Properties

Environment

public string Environment { get; set; }

Optional. If not set, draft environment is assumed. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/environments/&lt;Environment ID>.

Property Value
Type Description
String

EnvironmentAsEnvironmentName

public EnvironmentName EnvironmentAsEnvironmentName { get; set; }

EnvironmentName-typed view over the Environment resource name property.

Property Value
Type Description
EnvironmentName

Parent

public string Parent { get; set; }

Required. Agent name. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/ &lt;AgentID>.

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

TestCases

public RepeatedField<string> TestCases { get; }

Required. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/testCases/&lt;TestCase ID>.

Property Value
Type Description
RepeatedField<String>

TestCasesAsTestCaseNames

public ResourceNameList<TestCaseName> TestCasesAsTestCaseNames { get; }

TestCaseName-typed view over the TestCases 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.