Hi,
I'm trying to create a simple chat bot using dialog flow, but when the below/any custom payload, I'm getting the response bot as [empty response]. Am I missing something or I have to add something the the snippet.
{
"richContent": [
[
{
"type": "info",
"title": "java error",
"text": [
"1. Kindly open the preference.",
"2. Go to Intelligence.",
"3. Kindly keep the preferences as interactor.",
"4. Save it"
]
}
]
]
}
It has responded to my replication:
{
"richContent": [
[
{
"type": "info",
"title": "java error",
"text": [
"1. Kindly open the preference.",
"2. Go to Intelligence.",
"3. Kindly keep the preferences as interactor.",
"4. Save it"
]
}
]
]
}
Possibly a browser error, Can you try clearing your cache? or on a different browser ?