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 TestResultTestResult. forNumber(int value)TestResultTestCaseResult.Builder. getTestResult()Whether the test case passed in the agent environment.TestResultTestCaseResult. getTestResult()Whether the test case passed in the agent environment.TestResultTestCaseResultOrBuilder. getTestResult()Whether the test case passed in the agent environment.static TestResultTestResult. valueOf(int value)Deprecated.static TestResultTestResult. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TestResultTestResult. 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.BuilderTestCaseResult.Builder. setTestResult(TestResult value)Whether the test case passed in the agent environment.
-