dialogflow-java-client icon indicating copy to clipboard operation
dialogflow-java-client copied to clipboard

Where is Carousel List Object?

Open davidmarinangeli opened this issue 6 years ago • 0 comments

Hello,

I'm developing a Google Assistant app but in the Java DialogFlow library there is not support for Carousel List (or Carousel Selector). Can you help me?

Here is the source from Actions on Google.

The carousel scrolls horizontally and allows for selecting one item. Compared to the list selector, it has large tiles-allowing for richer content. The tiles that make up a carousel are similar to the Basic card with image. Selecting an item from the carousel will simply generate a chat bubble as the response just like with list selector. While they are visually compelling, carousels are limited in their utility in a multimodal interface. This is because they are hard to interact with as a voice interface (for that, we favor lists). Refer to the guidelines section of the carousels to learn more.

davidmarinangeli avatar Feb 16 '18 17:02 davidmarinangeli