Created
March 27, 2018 14:05
-
-
Save depado/2e69e211c9472ef9c87628452a137cf8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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