class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard

Browse Carousel Card for Actions on Google. developers.google.com/ actions/assistant/responses#browsing_carousel

Attributes

image_display_options[RW]

Optional. Settings for displaying the image. Applies to every image in items. Corresponds to the JSON property `imageDisplayOptions` @return [String]

items[RW]

Required. List of items in the Browse Carousel Card. Minimum of two items, maximum of ten. Corresponds to the JSON property `items` @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem>]

Public Class Methods

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