Created
March 15, 2020 09:29
-
-
Save 3Nigma/c761557001eac396d38cd812719b48b5 to your computer and use it in GitHub Desktop.
New DialogFlow conversation session request body - session highlights
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": "...5nmoRA2pY", | |
"type": "NEW" | |
}, | |
"inputs": [ | |
{ | |
"intent": "actions.intent.MAIN", | |
"rawInputs": [ | |
{ | |
"inputType": "VOICE", | |
"query": "Talk to my skill" | |
} | |
] | |
} | |
], | |
... | |
} | |
}, | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment