class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsSources
Google
Cloud Storage locations for the inputs.
Attributes
uris[RW]
Required. Google
Cloud Storage URIs for the inputs. A URI is of the form: gs:// bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case. Corresponds to the JSON property `uris` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 9642 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 9647 def update!(**args) @uris = args[:uris] if args.key?(:uris) end