Created
August 22, 2017 19:10
-
-
Save creade/628e348ae24b098ff7294e96e646285c 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
{ | |
"conversationToken": "[]", | |
"finalResponse": { | |
"richResponse": { | |
"items": [ | |
{ | |
"simpleResponse": { | |
"textToSpeech": "Today is Quintidi, the 5th of Fructidor in the year 225. Fructidor is the Fruit month and the 5th is the day of Saumon or Salmon" | |
} | |
}, | |
{ | |
"basicCard": { | |
"title": "Saumon/Salmon", | |
"formattedText": "Salmon is the common name for several species of ray - finned fish in the family Salmonidae. Typically, salmon are anadromous: they are born in fresh water, migrate to the ocean, then return to fresh water to reproduce.Salmon is a popular food.Classified as an oily fish, salmon is considered to be healthy due to the fish 's high protein, high omega-3 fatty acids, and high vitamin D content.", | |
"image": { | |
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/Salmo_salar_%28crop%29.jpg/440px-Salmo_salar_%28crop%29.jpg", | |
"accessibilityText": "Salmon" | |
} | |
} | |
} | |
] | |
} | |
}, | |
"responseMetadata": { | |
"status": {}, | |
"queryMatchInfo": { | |
"queryMatched": true, | |
"intent": "whats todays date" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment