Created
March 15, 2020 09:58
-
-
Save 3Nigma/dddd47dda1ec37611d6c2e24d028237d to your computer and use it in GitHub Desktop.
New DialogFlow conversation session request body - session highlights with custom query
This file contains hidden or 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
{ | |
... | |
"originalDetectIntentRequest": { | |
... | |
"payload": { | |
... | |
"conversation": { | |
"conversationId": "...gZsMB8ajfLvsg", | |
"type": "NEW" | |
}, | |
"inputs": [ | |
{ | |
"intent": "actions.intent.MAIN", | |
"rawInputs": [ | |
{ | |
"inputType": "VOICE", | |
"query": "Talk to my skill on dev 1" | |
} | |
] | |
} | |
], | |
... | |
} | |
}, | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment