View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsResponse (google_api_discovery_engine v0.16.0)

Response of the CompletionService.ImportCompletionSuggestions method. If the long running operation is done, this message is returned by the google.longrunning.Operations.response field if the operation is successful.

Attributes

  • errorConfig (type: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaImportErrorConfig.t, default: nil) - The desired location of errors incurred during the Import.
  • errorSamples (type: list(GoogleApi.DiscoveryEngine.V1.Model.GoogleRpcStatus.t), default: nil) - A sample of errors encountered while processing the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsResponse{
    errorConfig:
      GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaImportErrorConfig.t()
      | nil,
    errorSamples: [GoogleApi.DiscoveryEngine.V1.Model.GoogleRpcStatus.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.