Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 1, 2020 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/910db758cf3cfd997b09e9797b2ead90 to your computer and use it in GitHub Desktop.
Save velotiotech/910db758cf3cfd997b09e9797b2ead90 to your computer and use it in GitHub Desktop.
dialogAction: {  
type: “ConfirmIntent”,  
intentName: "orderBook",  
slots: {    
bookName: "value",    
bookType: "value",  
}  
message: { // (optional)    
contentType: "PlainText or SSML",    
content: "Message to convey to the user"  
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment