Diego Barreiro
unread,Nov 20, 2021, 9:42:48 AM11/20/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UniMRCP
Hello,
I have a problem invoking an event in DialogFlow with context.
If I invoke an intent, the context is received correctly.
builtin:speech/transcribe?dialogid=123456789;contexts=[{"name":"vars","lifespanCount":5,"parameters":{"param1":"123","param2":"456"}}]
But, if what I invoke is a Dialogflow event, the context is received as a parameter, which according to the GDF documentation is correct, but I don't know how to send it as a context and not as a parameter.
builtin:event/welcome?dialogid=123456789;contexts=[{"name":"vars","lifespanCount":5,"parameters":{"param1":"123","param2":"456"}}]
Does anyone know how to invoke it?
Thanks
Diego