You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an unread message, if 2 or more words that I have pre-determined match, I want to create an appropriate response.
Example:
1- When the word "hello" is used in a sentence, I created an answer as "hello to you too".
2- When the word "cargo" is used in a sentence, I created an answer as "you can track your cargo on our website".
In this case, when I receive a message like the one below, there is a lack of addressing my customer. If the customer writes "Hello, how can I track my shipment?, the bot will simply reply "Hello to you too" or "You can track your shipment on our website".
However, I would like the words "hello" and "cargo" to be matched, and then to respond as "Hello to you too, you can track your cargo on our website". How can I determine the answer given when 2 or more words match?
The text was updated successfully, but these errors were encountered:
arifemreeryilmaz
changed the title
Determine the response when at least 2 or more of the added words match
Next Update Request: Match at least 2 words
Jan 10, 2023
In an unread message, if 2 or more words that I have pre-determined match, I want to create an appropriate response.
Example:
1- When the word "hello" is used in a sentence, I created an answer as "hello to you too".
2- When the word "cargo" is used in a sentence, I created an answer as "you can track your cargo on our website".
In this case, when I receive a message like the one below, there is a lack of addressing my customer. If the customer writes "Hello, how can I track my shipment?, the bot will simply reply "Hello to you too" or "You can track your shipment on our website".
However, I would like the words "hello" and "cargo" to be matched, and then to respond as "Hello to you too, you can track your cargo on our website". How can I determine the answer given when 2 or more words match?
The text was updated successfully, but these errors were encountered: