Dialogflow messenger responses

dialogflow

#1

Hello
I would like to implement in my application “dialogflow messenger beta”. Here are the responses to the responses sent :
{
“richContent”: [
[
{
“type”: “info”,
“title”: “Info item title”,
“subtitle”: “Info item subtitle”,
“image”: {
“src”: {
“rawUrl”: “”
}
},
“actionLink”: “”
}
]
]
}
https://cloud.google.com/dialogflow/docs/integrations/dialogflow-messenger#info_response_type

Can explain to me if there is a solution ?

Thanks


#2

Hi @Romain.Rivolta, welcome to the Jovo community :wave:

The Dialogflow Messenger is a new integration that hasn’t been added yet as there was not much demand. You can add it by taking a look at other Dialogflow integrations here: https://github.com/jovotech/jovo-framework/tree/master/jovo-platforms/jovo-platform-dialogflow/src/integrations


#3

Thank’s very much
Romain