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
A nice addition would be a method to specify that an intent should only be queried if a previous intent has been detected first. Better known as context, or sub-intent. Be able to nest these continuously. So only look a set of intents if their parent intent was detected.
Example Conversation 1
user: 'what type of insurance products do you offer' --> Intent: Insurance_Products
bot: 'we offer these'
user: 'ok i want to apply' --> Intent: Insurance_Products.Apply
bot: 'ok lets apply'
Example Conversation 2
user: 'ok i want to apply' --> Intent: UNDEFINED
*First example, the Apply intent is a sub intent of Insurance_Products and will only be considered if Insurance_Products has been detected.
The second example, Insurance_Products was NOT detected so we do not check its child 'sub-intents'
:)
The text was updated successfully, but these errors were encountered:
--
Joshua Kaiser | CEO at Creative Ocean <http://creativeocean.es/> & Simply
Lavish <http://simplylavish.co.uk/>
Tel: +34 661378079
DISCLAIMER:
La Información incluida en el presente correo electrónico es SECRETO
PROFESIONAL Y CONFIDENCIAL, siendo para el uso exclusivo del destinatario
arriba mencionado. Si usted lee este mensaje y no es el destinatario
señalado, el empleado o el agente responsable de entregar el mensaje al
destinatario, o ha recibido esta comunicación por error, le informamos que
esta totalmente prohibida cualquier divulgación, distribución o reproducción
de esta comunicación, y le rogamos que nos lo notifique inmediatamente y nos
devuelva el mensaje original a la dirección arriba mencionada.
Gracias.
The information contained in this e-mail is LEGALLY PRIVILEGED AND
CONFIDENTIAL and is intended only for the use of the addressee named above.
If the reader of this message is not the intended recipient or the employee
or agent responsible for delivering the message to the intended recipient,
or you have received this communication in error, please be aware that any
dissemination, distribution or duplication of this communication is strictly
prohibited, and please notify us immediately and return the original message
to us at the address above.
Thank you.
Great library, love it!
A nice addition would be a method to specify that an intent should only be queried if a previous intent has been detected first. Better known as context, or sub-intent. Be able to nest these continuously. So only look a set of intents if their parent intent was detected.
Example Conversation 1
user: 'what type of insurance products do you offer' --> Intent: Insurance_Products
bot: 'we offer these'
user: 'ok i want to apply' --> Intent: Insurance_Products.Apply
bot: 'ok lets apply'
Example Conversation 2
user: 'ok i want to apply' --> Intent: UNDEFINED
*First example, the Apply intent is a sub intent of Insurance_Products and will only be considered if Insurance_Products has been detected.
The second example, Insurance_Products was NOT detected so we do not check its child 'sub-intents'
:)
The text was updated successfully, but these errors were encountered: