View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse (google_api_discovery_engine v0.22.0)
Response message for CompletionService.ImportSuggestionDenyListEntries method.
Attributes
-
errorSamples
(type:list(GoogleApi.DiscoveryEngine.V1.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.V1.Model.GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse{ errorSamples: [GoogleApi.DiscoveryEngine.V1.Model.GoogleRpcStatus.t()] | nil, failedEntriesCount: String.t() | nil, importedEntriesCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.