public sealed class RunTestCaseRequest : IMessage<RunTestCaseRequest>, IEquatable<RunTestCaseRequest>, IDeepCloneable<RunTestCaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class RunTestCaseRequest.
The request message for [TestCases.RunTestCase][google.cloud.dialogflow.cx.v3.TestCases.RunTestCase].
Implements
IMessageRunTestCaseRequest, IEquatableRunTestCaseRequest, IDeepCloneableRunTestCaseRequest, 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 |