Uses of Class
com.google.cloud.dialogflow.cx.v3.ImportStrategy
-
Packages that use ImportStrategy Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ImportStrategy in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ImportStrategy Modifier and Type Method Description static ImportStrategy
ImportStrategy. forNumber(int value)
ImportStrategy
FlowImportStrategy.Builder. getGlobalImportStrategy()
Optional.ImportStrategy
FlowImportStrategy. getGlobalImportStrategy()
Optional.ImportStrategy
FlowImportStrategyOrBuilder. getGlobalImportStrategy()
Optional.static ImportStrategy
ImportStrategy. valueOf(int value)
Deprecated.static ImportStrategy
ImportStrategy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ImportStrategy
ImportStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportStrategy[]
ImportStrategy. 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 ImportStrategy Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ImportStrategy>
ImportStrategy. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ImportStrategy Modifier and Type Method Description FlowImportStrategy.Builder
FlowImportStrategy.Builder. setGlobalImportStrategy(ImportStrategy value)
Optional.
-