I am trying DialogFlow CX custom payload but the response is just {custom payload}
Here is the JSON I use:
{
"richContent": [
[
{
"text": [
"This is text line 1.",
"This is text line 2."
],
"type": "description",
"title": "Description title"
}
]
]
}
I expect there is atleast the custom payload UI shown on the Test Agent page.
You will always see that from the testing tool, just for debugging purposes. To see that in action, you will need to test it with the integration itself!