Dialogflow v3 API - Class ContinuousTestResult (2.17.0)

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

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

Represents a result from running a test case in an agent environment.

Inheritance

object > ContinuousTestResult

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ContinuousTestResult()

public ContinuousTestResult()

ContinuousTestResult(ContinuousTestResult)

public ContinuousTestResult(ContinuousTestResult other)
Parameter
Name Description
other ContinuousTestResult

Properties

ContinuousTestResultName

public ContinuousTestResultName ContinuousTestResultName { get; set; }

ContinuousTestResultName-typed view over the Name resource name property.

Property Value
Type Description
ContinuousTestResultName

Name

public string Name { get; set; }

The resource name for the continuous test result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/continuousTestResults/<ContinuousTestResult ID>.

Property Value
Type Description
string

Result

publicContinuousTestResult.Types.AggregatedTestResultResult{get;set;}

The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.

Property Value
Type Description
ContinuousTestResult Types AggregatedTestResult

RunTime

public Timestamp RunTime { get; set; }

Time when the continuous testing run starts.

Property Value
Type Description
Timestamp

TestCaseResults

public RepeatedField<string> TestCaseResults { get; }

A list of individual test case results names in this continuous test run.

Property Value
Type Description
RepeatedField string

TestCaseResultsAsTestCaseResultNames

public ResourceNameList<TestCaseResultName> TestCaseResultsAsTestCaseResultNames { get; }

TestCaseResultName-typed view over the TestCaseResults resource name property.

Property Value
Type Description
ResourceNameList TestCaseResultName

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.