Hello,
We would like to offer the customer a choice of responses to the last agent message.
There is an example in the Documentation
The JSON is below :
{
"type": "Structured",
"text": "Will 3:00PM tomorrow work for you?",
"contentType": "quick-replies",
"content": [
{"id": "1", "type": "quick-reply", "action": "message","text": "Sounds Good."},
{"id": "2", "type": "quick-reply", "action": "message","text": "No, sorry."},
{"id": "3", "type": "quick-reply", "action": "message","text": "What else?"}
]
}
In which section, I should add this JSON in case of Genesys Cloud ?
Thank you for your help
Regards,
CHARAF