Class: Google::Cloud::Dialogflow::V2::Intent::Message::CarouselSelect::Item

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb

Overview

An item in the carousel.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns Optional. The body text of the card.

Returns:

  • (String)

    Optional. The body text of the card.



410
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 410

class Item; end

#imageGoogle::Cloud::Dialogflow::V2::Intent::Message::Image

Returns Optional. The image to display.

Returns:



410
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 410

class Item; end

#infoGoogle::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo

Returns Required. Additional info about the option item.

Returns:



410
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 410

class Item; end

#titleString

Returns Required. Title of the carousel item.

Returns:

  • (String)

    Required. Title of the carousel item.



410
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 410

class Item; end