Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active July 1, 2020 12:01
Show Gist options
  • Save velotiotech/32be6d8e8058ac7fd9853ce321a62603 to your computer and use it in GitHub Desktop.
Save velotiotech/32be6d8e8058ac7fd9853ce321a62603 to your computer and use it in GitHub Desktop.
{  
currentIntent: {    
name: 'orderBook',    
slots: {      
bookType: null,      
bookName: 'null'    
},    
confirmationStatus: ’None’
},
bot: {  
name: 'PurchaseBook',  
alias: '$LATEST',  
version: '$LATEST'
},
userId: 'user-1',
inputTranscript: 'buy me a book',
invocationSource: 'DialogCodeHook',
outputDialogMode: 'Text',
messageVersion: '1.0'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment