Uses of Class
com.google.cloud.dialogflow.cx.v3.TestResult
-
Packages that use TestResult Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of TestResult in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return TestResult Modifier and Type Method Description static TestResult
TestResult. forNumber(int value)
TestResult
TestCaseResult.Builder. getTestResult()
Whether the test case passed in the agent environment.TestResult
TestCaseResult. getTestResult()
Whether the test case passed in the agent environment.TestResult
TestCaseResultOrBuilder. getTestResult()
Whether the test case passed in the agent environment.static TestResult
TestResult. valueOf(int value)
Deprecated.static TestResult
TestResult. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TestResult
TestResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestResult[]
TestResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TestResult Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TestResult>
TestResult. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type TestResult Modifier and Type Method Description TestCaseResult.Builder
TestCaseResult.Builder. setTestResult(TestResult value)
Whether the test case passed in the agent environment.
-