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

Getting right symbol on message. #721

Open
vinayburam opened this issue Aug 9, 2024 · 2 comments
Open

Getting right symbol on message. #721

vinayburam opened this issue Aug 9, 2024 · 2 comments

Comments

@vinayburam
Copy link

Hello team,
i am facing one strange issue. Getting right symbol one some messages not all mesages.
please find below snap
image

@atjohns
Copy link
Contributor

atjohns commented Aug 9, 2024

Oh so you did not code the checkmark its just appearing? I just double-checked our code and I don't see anywhere that we have a checkmark icon coded, but maybe I'm missing something. Is it your own custom CSS?

@israelias
Copy link
Contributor

@vinayburam That’s default at Vue showDialogStateIcon: true if you aren’t overriding @ loader config

DialogState of the message on bot side per lexv2 runtime schema/api: Failed or ReadyForFulfillment (Fulfilled is no symbol aka icon — just how the frontend ships today)

You can modify the icons with ultimate error handling following the DialogState type. Or just set ”showDialogStateIcon”: false in **config.json if bot text and responseCardButtons are only highlighting an inconsistency to your prompt feedback.

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

3 participants