Dialogflow v3 API - Enum TestResult (2.17.0)

public enum TestResult

Reference documentation and code samples for the Dialogflow v3 API enum TestResult.

The test result for a test case and an agent environment.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
Failed

The test did not pass.

Passed

The test passed.

Unspecified

Not specified. Should never be used.