We want to capture the user input ,bot suggestions and user selection in suggestion node. Is it possible ? on cloud

we want to capture the user input ,bot suggestions and user selection in suggestion node.Is it possible ? on cloud

Hi @Mounika_Reddy ,
The latest deployed build has

{
  "intents": {},
  "text": "leave interview account",
    "sentiment_confidence": {
    "neg": 0.375,
    "neu": 0.625,
    "pos": 0,
    "compound": -0.0516
  },
  "similar_intents": [
    {
      "intent": "DImOwi-KG0MKlTYMaDn3c",
      "prediction": 1,
      "name": "leaveBalance"
    },
    {
      "intent": "JutqHyjQ_wZ78e5jq5DKm",
      "prediction": 1,
      "name": "leaveRequests"
    },
    {
      "intent": "a0la9G-Z123cqVDUs64_S",
      "prediction": 1,
      "name": "myAccount"
    },
    {
      "intent": "J0RL-ItJjCRe2HmOFQ_xB",
      "prediction": 1,
      "name": "interviewRequests"
    },
    {
      "intent": "cGXb3SllVXV55CLf_dSnu",
      "prediction": 1,
      "name": "applyLeave"
    }
  ]
}

similar intents in prediction.
One can display suggestions through similarity Search results exposed through prediction.
There you can get the message typed by user, form Quick Reply by these similaritySearch results and check what user types or clicks and store all of them.

1 Like

@Subhrajit_Gupta if client wants to see all these data as a report how can we show this

You can schedule every week a CSV report that you will create by fetching the DB and sending them via the mail.

@Subhrajit_Gupta shall we connect once for this

@Mounika_Reddy Can you also expand on Why you want to do that? What is the core use case?

@Aakanksha_Jain for Flipkart Client is expecting this report because this is implemented in-app platform