View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1PurgeCompletionSuggestionsResponse (google_api_discovery_engine v0.16.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.GoogleCloudDiscoveryengineV1PurgeCompletionSuggestionsResponse{
    errorSamples:
      [GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t()] | nil,
    purgeSucceeded: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.