class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsResponse

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

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @error_config = args[:error_config] if args.key?(:error_config)
  @error_samples = args[:error_samples] if args.key?(:error_samples)
end