Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

analyzing numbers returns me an intention having no utterances with numbers #244

Open
danidipjelou opened this issue Jun 3, 2024 · 0 comments

Comments

@danidipjelou
Copy link

I have this "bug"

The behavior is as follows:

I have my intention created with several utterances that only have Spanish words, the problem is that when I write some numbers they are interpreted as some of these statements and I don't think it makes sense.

Im expecting no response on messages with numbers because i dont have any numeric utterance

my app id is: ebd43f8b-8019-4d54-a17f-b37d1c7d9d75

i attach some images of the behaviour
image

and my utterances for that intent
[ { "text": "no tengo datos de mi cuenta", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "quiero saber mi numero de cuenta", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "tengo un numero de cuenta y no se cual es", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "como puedo obtener mi numero de cuenta", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "olvide mi numero de cuenta", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "ayudeme con mi número de cuenta", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "me recuerda cual es mi número de cuenta", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "no veo datos de mi cuenta", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "tiene el link de la banca movil", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "link del appstore", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "enlace de google play", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "link de la bancamovil", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "solicitud de chequera", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } }, { "text": "por favor ayudeme he perdido mi numero de cuenta de ahorro", "entities": [], "traits": [], "intent": { "id": "246324808273786", "name": "minumerodecuenta" } } ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@danidipjelou and others