Uses of Class
com.google.cloud.dialogflow.cx.v3.ImportFlowRequest.ImportOption
-
Packages that use ImportFlowRequest.ImportOption Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ImportFlowRequest.ImportOption in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ImportFlowRequest.ImportOption Modifier and Type Method Description static ImportFlowRequest.ImportOption
ImportFlowRequest.ImportOption. forNumber(int value)
ImportFlowRequest.ImportOption
ImportFlowRequest.Builder. getImportOption()
Flow import mode.ImportFlowRequest.ImportOption
ImportFlowRequest. getImportOption()
Flow import mode.ImportFlowRequest.ImportOption
ImportFlowRequestOrBuilder. getImportOption()
Flow import mode.static ImportFlowRequest.ImportOption
ImportFlowRequest.ImportOption. valueOf(int value)
Deprecated.static ImportFlowRequest.ImportOption
ImportFlowRequest.ImportOption. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ImportFlowRequest.ImportOption
ImportFlowRequest.ImportOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportFlowRequest.ImportOption[]
ImportFlowRequest.ImportOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ImportFlowRequest.ImportOption Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ImportFlowRequest.ImportOption>
ImportFlowRequest.ImportOption. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ImportFlowRequest.ImportOption Modifier and Type Method Description ImportFlowRequest.Builder
ImportFlowRequest.Builder. setImportOption(ImportFlowRequest.ImportOption value)
Flow import mode.
-