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