Dialogflow v3 API - Class RunTestCaseRequest (2.17.0)

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].

Inheritance

object > RunTestCaseRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

RunTestCaseRequest()

public RunTestCaseRequest()

RunTestCaseRequest(RunTestCaseRequest)

public RunTestCaseRequest(RunTestCaseRequest other)
Parameter
NameDescription
otherRunTestCaseRequest

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

EnvironmentAsEnvironmentName

public EnvironmentName EnvironmentAsEnvironmentName { get; set; }

EnvironmentName-typed view over the Environment resource name property.

Property Value
TypeDescription
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
TypeDescription
string

TestCaseName

public TestCaseName TestCaseName { get; set; }

TestCaseName-typed view over the Name resource name property.

Property Value
TypeDescription
TestCaseName