Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1GcsDestination

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GcsDestination

Returns a new instance of GoogleCloudDialogflowV2beta1GcsDestination.



18905
18906
18907
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 18905

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

Instance Attribute Details

#uriString

Corresponds to the JSON property uri

Returns:

  • (String)


18903
18904
18905
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 18903

def uri
  @uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18910
18911
18912
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 18910

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