Uses of Class
com.google.cloud.dialogflow.cx.v3.ExportTestCasesRequest.DestinationCase
-
Packages that use ExportTestCasesRequest.DestinationCase Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ExportTestCasesRequest.DestinationCase in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ExportTestCasesRequest.DestinationCase Modifier and Type Method Description static ExportTestCasesRequest.DestinationCase
ExportTestCasesRequest.DestinationCase. forNumber(int value)
ExportTestCasesRequest.DestinationCase
ExportTestCasesRequest.Builder. getDestinationCase()
ExportTestCasesRequest.DestinationCase
ExportTestCasesRequest. getDestinationCase()
ExportTestCasesRequest.DestinationCase
ExportTestCasesRequestOrBuilder. getDestinationCase()
static ExportTestCasesRequest.DestinationCase
ExportTestCasesRequest.DestinationCase. valueOf(int value)
Deprecated.static ExportTestCasesRequest.DestinationCase
ExportTestCasesRequest.DestinationCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportTestCasesRequest.DestinationCase[]
ExportTestCasesRequest.DestinationCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-