View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaPurgeCompletionSuggestionsResponse (google_api_discovery_engine v0.24.0)
Response message for CompletionService.PurgeCompletionSuggestions method.
Attributes
-
errorSamples(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t), default:nil) - A sample of errors encountered while processing the request. -
purgeSucceeded(type:boolean(), default:nil) - Whether the completion suggestions were successfully purged.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaPurgeCompletionSuggestionsResponse{ errorSamples: [GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t()] | nil, purgeSucceeded: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.