public sealed class RunTestCaseRequest : IMessage<RunTestCaseRequest>, IEquatable<RunTestCaseRequest>, IDeepCloneable<RunTestCaseRequest>, IBufferMessage, IMessageThe request message for [TestCases.RunTestCase][google.cloud.dialogflow.cx.v3.TestCases.RunTestCase].
Implements
IMessage<RunTestCaseRequest>, IEquatable<RunTestCaseRequest>, IDeepCloneable<RunTestCaseRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
RunTestCaseRequest()
public RunTestCaseRequest()RunTestCaseRequest(RunTestCaseRequest)
public RunTestCaseRequest(RunTestCaseRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RunTestCaseRequest |
Properties
Environment
public string Environment { get; set; }Optional. Environment name. 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 |
|
Name
public string Name { get; set; }Required. Format of test case name to run: projects/<Project ID>/locations/
<Location ID>/agents/<AgentID>/testCases/<TestCase ID>.
| Property Value | |
|---|---|
| Type | Description |
String |
|
TestCaseName
public TestCaseName TestCaseName { get; set; }TestCaseName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
TestCaseName |
|