Uses of Interface
com.google.cloud.dialogflow.cx.v3.TestCaseResultOrBuilder
-
Packages that use TestCaseResultOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of TestCaseResultOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement TestCaseResultOrBuilder Modifier and Type Class Description class
TestCaseResult
Represents a result from running a test case in an agent environment.static class
TestCaseResult.Builder
Represents a result from running a test case in an agent environment.Methods in com.google.cloud.dialogflow.cx.v3 that return TestCaseResultOrBuilder Modifier and Type Method Description TestCaseResultOrBuilder
TestCase.Builder. getLastTestResultOrBuilder()
The latest test result.TestCaseResultOrBuilder
TestCase. getLastTestResultOrBuilder()
The latest test result.TestCaseResultOrBuilder
TestCaseOrBuilder. getLastTestResultOrBuilder()
The latest test result.TestCaseResultOrBuilder
RunTestCaseResponse.Builder. getResultOrBuilder()
The result.TestCaseResultOrBuilder
RunTestCaseResponse. getResultOrBuilder()
The result.TestCaseResultOrBuilder
RunTestCaseResponseOrBuilder. getResultOrBuilder()
The result.TestCaseResultOrBuilder
BatchRunTestCasesResponse.Builder. getResultsOrBuilder(int index)
The test case results.TestCaseResultOrBuilder
BatchRunTestCasesResponse. getResultsOrBuilder(int index)
The test case results.TestCaseResultOrBuilder
BatchRunTestCasesResponseOrBuilder. getResultsOrBuilder(int index)
The test case results.TestCaseResultOrBuilder
ListTestCaseResultsResponse.Builder. getTestCaseResultsOrBuilder(int index)
The list of test case results.TestCaseResultOrBuilder
ListTestCaseResultsResponse. getTestCaseResultsOrBuilder(int index)
The list of test case results.TestCaseResultOrBuilder
ListTestCaseResultsResponseOrBuilder. getTestCaseResultsOrBuilder(int index)
The list of test case results.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TestCaseResultOrBuilder Modifier and Type Method Description List<? extends TestCaseResultOrBuilder>
BatchRunTestCasesResponse.Builder. getResultsOrBuilderList()
The test case results.List<? extends TestCaseResultOrBuilder>
BatchRunTestCasesResponse. getResultsOrBuilderList()
The test case results.List<? extends TestCaseResultOrBuilder>
BatchRunTestCasesResponseOrBuilder. getResultsOrBuilderList()
The test case results.List<? extends TestCaseResultOrBuilder>
ListTestCaseResultsResponse.Builder. getTestCaseResultsOrBuilderList()
The list of test case results.List<? extends TestCaseResultOrBuilder>
ListTestCaseResultsResponse. getTestCaseResultsOrBuilderList()
The list of test case results.List<? extends TestCaseResultOrBuilder>
ListTestCaseResultsResponseOrBuilder. getTestCaseResultsOrBuilderList()
The list of test case results.
-