class Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ReloadDocumentRequest

Request message for Documents.ReloadDocument.

def initialize(**args)

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

def update!(**args)

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