Same here, this is the code pattern (javascript), that doesn't work for me
return handlerInput.responseBuilder
.speak('string')
.reprompt('string')
.addElicitSlotDirective('slotType')
.addDirective({
type: 'Dialog.UpdateDynamicEntities',
updateBehavior: 'REPLACE',
types: [...]
})
.getResponse();
Same here, this is the code pattern (javascript), that doesn't work for me
return handlerInput.responseBuilder
.speak('string')
.reprompt('string')
.addElicitSlotDirective('slotType')
.addDirective({
type: 'Dialog.UpdateDynamicEntities',
updateBehavior: 'REPLACE',
types: [...]
})
.getResponse();