Dialogflow v3 API - Enum ContinuousTestResult.Types.AggregatedTestResult (2.6.0)

public enum ContinuousTestResult.Types.AggregatedTestResult

Reference documentation and code samples for the Dialogflow v3 API enum ContinuousTestResult.Types.AggregatedTestResult.

The overall result for a continuous test run in an agent environment.

Namespace

GoogleCloudGoogle.Cloud.DialogflowGoogle.Cloud.Dialogflow.CxV3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
Failed

At least one test did not pass.

Passed

All the tests passed.

Unspecified

Not specified. Should never be used.