class Google::Apis::DialogflowV3::GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
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::DialogflowV3::GoogleRpcStatus>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 13961 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_v3/classes.rb, line 13966 def update!(**args) @warnings = args[:warnings] if args.key?(:warnings) end