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



5117
5118
5119
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 5117

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



5115
5116
5117
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 5115

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5122
5123
5124
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 5122

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