Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ReloadDocumentRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dialogflow_v2beta1/classes.rb,
generated/google/apis/dialogflow_v2beta1/representations.rb,
generated/google/apis/dialogflow_v2beta1/representations.rb

Overview

Request message for Documents.ReloadDocument.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ReloadDocumentRequest

Returns a new instance of GoogleCloudDialogflowV2beta1ReloadDocumentRequest.



5952
5953
5954
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 5952

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

Instance Attribute Details

#gcs_sourceGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsSource

Google Cloud Storage location for single input. Corresponds to the JSON property gcsSource



5950
5951
5952
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 5950

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5957
5958
5959
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 5957

def update!(**args)
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
end