Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.TestCaseResultName
-
Packages that use TestCaseResultName Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of TestCaseResultName in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return TestCaseResultName Modifier and Type Method Description TestCaseResultNameTestCaseResultName.Builder. build()static TestCaseResultNameTestCaseResultName. of(String project, String location, String agent, String testCase, String result)static TestCaseResultNameTestCaseResultName. parse(String formattedString)Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type TestCaseResultName Modifier and Type Method Description static List<TestCaseResultName>TestCaseResultName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type TestCaseResultName Modifier and Type Method Description TestCaseResultTestCasesClient. getTestCaseResult(TestCaseResultName name)Gets a test case result.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type TestCaseResultName Modifier and Type Method Description static List<String>TestCaseResultName. toStringList(List<TestCaseResultName> values)
-