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.ImportOptionImportFlowRequest.ImportOption. forNumber(int value)ImportFlowRequest.ImportOptionImportFlowRequest.Builder. getImportOption()Flow import mode.ImportFlowRequest.ImportOptionImportFlowRequest. getImportOption()Flow import mode.ImportFlowRequest.ImportOptionImportFlowRequestOrBuilder. getImportOption()Flow import mode.static ImportFlowRequest.ImportOptionImportFlowRequest.ImportOption. valueOf(int value)Deprecated.static ImportFlowRequest.ImportOptionImportFlowRequest.ImportOption. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ImportFlowRequest.ImportOptionImportFlowRequest.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.BuilderImportFlowRequest.Builder. setImportOption(ImportFlowRequest.ImportOption value)Flow import mode.
-