Class BatchRunTestCasesRequest (1.5.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
NameDescription
otherBatchRunTestCasesRequest

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
TypeDescription
String

EnvironmentAsEnvironmentName

public EnvironmentName EnvironmentAsEnvironmentName { get; set; }

EnvironmentName-typed view over the Environment resource name property.

Property Value
TypeDescription
EnvironmentName

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
String

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
TypeDescription
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
TypeDescription
RepeatedField<String>

TestCasesAsTestCaseNames

public ResourceNameList<TestCaseName> TestCasesAsTestCaseNames { get; }

TestCaseName-typed view over the TestCases resource name property.

Property Value
TypeDescription
ResourceNameList<TestCaseName>