Slide 20
Slide 20 text
Rich responses
conv.ask(new Carousel({
title: 'Carousel Title',
items: {
// Add the first item to the carousel
'SELECTION_KEY_ONE': {
synonyms: [
'synonym 1',
'synonym 2',
],
title: 'Title of First Carousel Item',
description: 'This is a description of a carousel item.',
image: new Image(/*...*/) ,
}, // ...
}
}
));
@RittmeyerW