Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 1, 2020 12:11
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/3d4acc860912f603dd9eff964e43e0c1 to your computer and use it in GitHub Desktop.
Save velotiotech/3d4acc860912f603dd9eff964e43e0c1 to your computer and use it in GitHub Desktop.
dialogAction: {  
type: “ElicitSlot”,  
intentName: "orderBook",  
slots: {    
bookName: "",    
bookType: "fiction",  
},  
slotToElicit: "bookName",  
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