Dialogflow v3 API - Class RunContinuousTestRequest (2.15.0)

public sealed class RunContinuousTestRequest : IMessage<RunContinuousTestRequest>, IEquatable<RunContinuousTestRequest>, IDeepCloneable<RunContinuousTestRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class RunContinuousTestRequest.

The request message for [Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3.Environments.RunContinuousTest].

Inheritance

object > RunContinuousTestRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

RunContinuousTestRequest()

public RunContinuousTestRequest()

RunContinuousTestRequest(RunContinuousTestRequest)

public RunContinuousTestRequest(RunContinuousTestRequest other)
Parameter
Name Description
other RunContinuousTestRequest

Properties

Environment

public string Environment { get; set; }

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

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.