1

I have a user case where user needs to provide feedback. I have made an intent for taking feedback but I am confused for the slot type.

Can we set slot matching to regex or is any other hacky way available?

  • 1
    I would suggest filling an empty slot with the inputTranscript. It's the same solution that @sid8491 answered in this question: https://stackoverflow.com/questions/47980072/how-to-create-open-ended-slot-in-lex – Jay A. Little Feb 10 '18 at 05:19

1 Answers1

1

I've noticed the built-in slots AMAZON.MusicCreateWorkType and AMAZON.Musician seem to let you say anything, although maybe everything I said happened to either be a song title or a band name.

Rhythmic Fistman
  • 34,352
  • 5
  • 87
  • 159