Class RunContinuousTestResponse (1.13.0)

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

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

Inheritance

Object > RunContinuousTestResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

RunContinuousTestResponse()

public RunContinuousTestResponse()

RunContinuousTestResponse(RunContinuousTestResponse)

public RunContinuousTestResponse(RunContinuousTestResponse other)
Parameter
NameDescription
otherRunContinuousTestResponse

Properties

ContinuousTestResult

public ContinuousTestResult ContinuousTestResult { get; set; }

The result for a continuous test run.

Property Value
TypeDescription
ContinuousTestResult