Uses of Class
com.google.cloud.dialogflow.cx.v3.TestCaseName
-
Packages that use TestCaseName Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of TestCaseName in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return TestCaseName Modifier and Type Method Description TestCaseName
TestCaseName.Builder. build()
static TestCaseName
TestCaseName. of(String project, String location, String agent, String testCase)
static TestCaseName
TestCaseName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TestCaseName Modifier and Type Method Description static List<TestCaseName>
TestCaseName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type TestCaseName Modifier and Type Method Description TestCase
TestCasesClient. getTestCase(TestCaseName name)
Gets a test case.TestCasesClient.ListTestCaseResultsPagedResponse
TestCasesClient. listTestCaseResults(TestCaseName parent)
Fetches the list of run results for the given test case.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type TestCaseName Modifier and Type Method Description static List<String>
TestCaseName. toStringList(List<TestCaseName> values)
-