Send message feature #11

Merged
senaduka merged 32 commits from send-message-feature into master 2018-01-23 12:20:02 +01:00
senaduka commented 2018-01-19 21:05:51 +01:00 (Migrated from gitlab.com)

Created by: GotPPay

Dialog for sending message is fully functional (meaning it's sending message to skill admin email). Email is validated using regex and if it is not valid email, user is asked to say it again.

Some notes on using custom slot types for Email and Message :

  • We need more email examples to better train alexa
  • Also, we need more words examples for message slot

Note on email input : since it's impossible to know weather "dash", or "underscore", or "dot" (etc) are part of the email or symbol, they are interpreted as symbols.

*Created by: GotPPay* Dialog for sending message is fully functional (meaning it's sending message to skill admin email). Email is validated using regex and if it is not valid email, user is asked to say it again. Some notes on using custom slot types for Email and Message : * We need more email examples to better train alexa * Also, we need more words examples for message slot Note on email input : since it's impossible to know weather "dash", or "underscore", or "dot" (etc) are part of the email or symbol, they are interpreted as symbols.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: senaduka/old-tellall#11