Skip to content

Instantly share code, notes, and snippets.

@Depado
Created March 27, 2018 14:05
Show Gist options
  • Save Depado/2e69e211c9472ef9c87628452a137cf8 to your computer and use it in GitHub Desktop.
Save Depado/2e69e211c9472ef9c87628452a137cf8 to your computer and use it in GitHub Desktop.
// Message is a struct holding a platform and a RichMessage.
// Used in the FulfillmentMessages of the response sent back to dialogflow
type Message struct {
Platform
RichMessage RichMessage
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment