Uses of Interface
com.google.cloud.dialogflow.cx.v3beta1.TestCaseErrorOrBuilder
-
Packages that use TestCaseErrorOrBuilder Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of TestCaseErrorOrBuilder in com.google.cloud.dialogflow.cx.v3beta1
Classes in com.google.cloud.dialogflow.cx.v3beta1 that implement TestCaseErrorOrBuilder Modifier and Type Class Description class
TestCaseError
Error info for importing a test.static class
TestCaseError.Builder
Error info for importing a test.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return TestCaseErrorOrBuilder Modifier and Type Method Description TestCaseErrorOrBuilder
ImportTestCasesMetadata.Builder. getErrorsOrBuilder(int index)
Errors for failed test cases.TestCaseErrorOrBuilder
ImportTestCasesMetadata. getErrorsOrBuilder(int index)
Errors for failed test cases.TestCaseErrorOrBuilder
ImportTestCasesMetadataOrBuilder. getErrorsOrBuilder(int index)
Errors for failed test cases.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type TestCaseErrorOrBuilder Modifier and Type Method Description List<? extends TestCaseErrorOrBuilder>
ImportTestCasesMetadata.Builder. getErrorsOrBuilderList()
Errors for failed test cases.List<? extends TestCaseErrorOrBuilder>
ImportTestCasesMetadata. getErrorsOrBuilderList()
Errors for failed test cases.List<? extends TestCaseErrorOrBuilder>
ImportTestCasesMetadataOrBuilder. getErrorsOrBuilderList()
Errors for failed test cases.
-