Class: Google::Cloud::Dialogflow::V2::Intent::Message::CarouselSelect::Item
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::CarouselSelect::Item
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb
Overview
An item in the carousel.
Instance Attribute Summary collapse
-
#description ⇒ String
Optional.
-
#image ⇒ Google::Cloud::Dialogflow::V2::Intent::Message::Image
Optional.
-
#info ⇒ Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo
Required.
-
#title ⇒ String
Required.
Instance Attribute Details
#description ⇒ String
Returns Optional. The body text of the card.
420 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 420 class Item; end |
#image ⇒ Google::Cloud::Dialogflow::V2::Intent::Message::Image
Returns Optional. The image to display.
420 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 420 class Item; end |
#info ⇒ Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo
Returns Required. Additional info about the option item.
420 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 420 class Item; end |
#title ⇒ String
Returns Required. Title of the carousel item.
420 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 420 class Item; end |