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