Dialogflow v3 API - Class RunContinuousTestResponse (2.6.0)

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

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

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

Inheritance

object > RunContinuousTestResponse

Namespace

Google Cloud Google.Cloud.DialogflowGoogle.Cloud.Dialogflow.CxV3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

RunContinuousTestResponse()

public RunContinuousTestResponse()

RunContinuousTestResponse(RunContinuousTestResponse)

public RunContinuousTestResponse(RunContinuousTestResponse other)
Parameter
Name Description
other RunContinuousTestResponse

Properties

ContinuousTestResult

public ContinuousTestResult ContinuousTestResult { get; set; }

The result for a continuous test run.

Property Value
Type Description
ContinuousTestResult

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.