Is there any id
value for bot
answer?
Because I want to use it to save this id
value in the favorites bot answers.
There is a way to get it?
Thanks.
Is there any id
value for bot
answer?
Because I want to use it to save this id
value in the favorites bot answers.
There is a way to get it?
Thanks.
Responses have a unique name if they’re using a response template. The names are in the domain file and you can see these inside the model tar.gz in the metadata.json
file.
With all due respect, this is not what he asked for. The question is whether bot messages have a unique ID. I also need this, so I can manage user feedback related to a particular bot answer.
You can view the source code related to this here. There is no “message_id” but there is a sender_id
which is also sometimes referred to as the conversation_id
but this is not a unique id for every message sent by the user.