public sealed class BatchRunTestCasesRequest : IMessage<BatchRunTestCasesRequest>, IEquatable<BatchRunTestCasesRequest>, IDeepCloneable<BatchRunTestCasesRequest>, IBufferMessage, IMessageThe request message for [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3.TestCases.BatchRunTestCases].
Implements
IMessage<BatchRunTestCasesRequest>, IEquatable<BatchRunTestCasesRequest>, IDeepCloneable<BatchRunTestCasesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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/<Project
ID>/locations/<Location ID>/agents/<Agent ID>/environments/<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/<Project ID>/locations/<Location ID>/agents/
<AgentID>.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AgentName |
|
TestCases
public RepeatedField<string> TestCases { get; }Required. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<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> |
|