class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse

Response message for Documents.ImportDocuments.

Attributes

warnings[RW]

Includes details about skipped documents or any other warnings. Corresponds to the JSON property `warnings` @return [Array<Google::Apis::DialogflowV2beta1::GoogleRpcStatus>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 3435
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 3440
def update!(**args)
  @warnings = args[:warnings] if args.key?(:warnings)
end