View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse (google_api_discovery_engine v0.9.0)

Response message for CompletionService.ImportSuggestionDenyListEntries method.

Attributes

  • errorSamples (type: list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t), default: nil) - A sample of errors encountered while processing the request.
  • failedEntriesCount (type: String.t, default: nil) - Count of deny list entries that failed to be imported.
  • importedEntriesCount (type: String.t, default: nil) - Count of deny list entries successfully imported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse{
    errorSamples:
      [GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t()] | nil,
    failedEntriesCount: String.t() | nil,
    importedEntriesCount: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.