public sealed class BatchRunTestCasesRequest : IMessage<BatchRunTestCasesRequest>, IEquatable<BatchRunTestCasesRequest>, IDeepCloneable<BatchRunTestCasesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class BatchRunTestCasesRequest.
The request message for [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3.TestCases.BatchRunTestCases].
Implements
IMessageBatchRunTestCasesRequest, IEquatableBatchRunTestCasesRequest, IDeepCloneableBatchRunTestCasesRequest, 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 | 
RepeatedFieldstring | 
        |
TestCasesAsTestCaseNames
public ResourceNameList<TestCaseName> TestCasesAsTestCaseNames { get; }TestCaseName-typed view over the TestCases resource name property.
| Property Value | |
|---|---|
| Type | Description | 
ResourceNameListTestCaseName | 
        |