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