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 classTestCaseResultRepresents a result from running a test case in an agent environment.static classTestCaseResult.BuilderRepresents 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 TestCaseResultOrBuilderTestCase.Builder. getLastTestResultOrBuilder()The latest test result.TestCaseResultOrBuilderTestCase. getLastTestResultOrBuilder()The latest test result.TestCaseResultOrBuilderTestCaseOrBuilder. getLastTestResultOrBuilder()The latest test result.TestCaseResultOrBuilderRunTestCaseResponse.Builder. getResultOrBuilder()The result.TestCaseResultOrBuilderRunTestCaseResponse. getResultOrBuilder()The result.TestCaseResultOrBuilderRunTestCaseResponseOrBuilder. getResultOrBuilder()The result.TestCaseResultOrBuilderBatchRunTestCasesResponse.Builder. getResultsOrBuilder(int index)The test case results.TestCaseResultOrBuilderBatchRunTestCasesResponse. getResultsOrBuilder(int index)The test case results.TestCaseResultOrBuilderBatchRunTestCasesResponseOrBuilder. getResultsOrBuilder(int index)The test case results.TestCaseResultOrBuilderListTestCaseResultsResponse.Builder. getTestCaseResultsOrBuilder(int index)The list of test case results.TestCaseResultOrBuilderListTestCaseResultsResponse. getTestCaseResultsOrBuilder(int index)The list of test case results.TestCaseResultOrBuilderListTestCaseResultsResponseOrBuilder. 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.
-