List

Display's properties of objects in an collection provided via an Http Client or Json Reader element.

When to use?

After an Http Client or Json Reader has provided the collection of multiple objects you want to display.

How to use:

  1. Make sure that an Http Client or Json Reader element was executed first in an Conversation Block
  2. Text Response element has to be used before the List element in order to display the entire response of the List element on Google Assistant and Alexa
  3. In the "List title" field set the title of the List element
  4. In the "List template" you can choose between List and Carousel template of the List element
  5. In the "Items" field set the retrieved result from the Http Client of Json Reader element
  6. In the "Offset" field set beginning of items to display
  7. In the "Limit" set the amount of the items to be displayed
  8. Access the properties by using this example ${listItem.value.somePropertyYouWantToDisplay}
  9. Access the natural this example ${listItem.natural}
  10. Access the index this example ${listItem.index}
  11. Access the first this example ${listItem.first}
  12. Access the last this example ${listItem.last}

Example usage in case of Http Client

List field value filling example: