class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ReloadDocumentRequest

Request message for Documents.ReloadDocument.

Attributes

gcs_source[RW]

Google Cloud Storage location for single input. Corresponds to the JSON property `gcsSource` @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsSource]

import_gcs_custom_metadata[RW]

Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI. Corresponds to the JSON property `importGcsCustomMetadata` @return [Boolean]

import_gcs_custom_metadata?[RW]

Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI. Corresponds to the JSON property `importGcsCustomMetadata` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 13250
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 13255
def update!(**args)
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
  @import_gcs_custom_metadata = args[:import_gcs_custom_metadata] if args.key?(:import_gcs_custom_metadata)
end