Dialogflow v3 API - Class RunTestCaseRequest (2.7.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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.