Issue with Dialog flow

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"
]
}
]
]
}

1 1 120
1 REPLY 1

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"
              ]
     }
    ]
               ]
}

nceniza_0-1711464417427.png

Possibly a browser error, Can you try clearing your cache? or on a different browser ?

Top Labels in this Space