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.RestoreOption
RestoreAgentRequest.RestoreOption. forNumber(int value)
RestoreAgentRequest.RestoreOption
RestoreAgentRequest.Builder. getRestoreOption()
Agent restore mode.RestoreAgentRequest.RestoreOption
RestoreAgentRequest. getRestoreOption()
Agent restore mode.RestoreAgentRequest.RestoreOption
RestoreAgentRequestOrBuilder. getRestoreOption()
Agent restore mode.static RestoreAgentRequest.RestoreOption
RestoreAgentRequest.RestoreOption. valueOf(int value)
Deprecated.static RestoreAgentRequest.RestoreOption
RestoreAgentRequest.RestoreOption. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RestoreAgentRequest.RestoreOption
RestoreAgentRequest.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.Builder
RestoreAgentRequest.Builder. setRestoreOption(RestoreAgentRequest.RestoreOption value)
Agent restore mode.
-