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

FSA - Added Chatbot page #1386

Merged
merged 4 commits into from
Jan 31, 2022
Merged

FSA - Added Chatbot page #1386

merged 4 commits into from
Jan 31, 2022

Conversation

marija-ristin-msg
Copy link
Contributor

Closes #1385

The Financial Services Accelerator bot guides the customer through the ticket creation procedure with a set of open and multiple-choice questions.
The bot created for this purpose has a set of skills and intents defined, and is trained to recognize expressions related to ticket creation.

When the customer types in that she would like to create a ticket, the bot recognizes her intent, and responds with an adequate message, according to the defined conversation flow.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should rephrase it like:
When the customer types in the request for the ticket in the dialog box, the bot recognizes customer's intent, and responds with an adequate message, according to the defined conversation flow.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

The bot created for this purpose has a set of skills and intents defined, and is trained to recognize expressions related to ticket creation.

When the customer types in that she would like to create a ticket, the bot recognizes her intent, and responds with an adequate message, according to the defined conversation flow.
In this case, the bot first asks the customer to provide her e-mail address, and then prompts her to choose one of the offered subjects for her ticket.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should rephrase it like:
In this case, the bot first asks to be provided with an e-mail address, and then prompts customer to choose one of the offered subjects for that ticket.
Or something similar

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!


![Beginning of the Customer Ticket Creation Flow]({{ site.baseurl }}/assets/images/fsa/chatbot/chatbot_create_customer_ticket_flow.png)

After selecting the subject title, the customer can describe her request. Each time she enters a part of the message, the bot asks her if she's finished writing.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If possible we should try to avoid his/her. Can we write this somehow in passive voice?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@marija-ristin-msg marija-ristin-msg linked an issue Jan 31, 2022 that may be closed by this pull request
@marija-ristin-msg marija-ristin-msg merged commit dc1c6da into fsa Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FSA Chatbot
3 participants