Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 1, 2020 12:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
dialogAction: {  
type: “Close”,  
fulfillmentState: "Fulfilled/ Failed", // (required)  
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