Enum TestResult (1.1.0)

public 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.