Zero to Hero, Part 3: Slots, Slot Validation & Automatic Dialog Delegation

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 32

  • @DouglasClavico
    @DouglasClavico Год назад

    I am just surprised on discovering this material and seeing and just a few likes. This is an incredible and very useful material for developers! Thanks for this you all that are involved in such an excellent material!!

  • @srinivasankh
    @srinivasankh 4 года назад +3

    Just in case if anyone following this awesome tutorial, when I try to add Validations for a custom Slot Type, under Active Validation Rules, it was asking me to add a phrase under 'What will Alexa say to ask the user for an acceptable value?' Just add some phrase what Alexa needs to ask to the user to get the acceptable value! see @7:58

  • @jairobastidas6446
    @jairobastidas6446 4 года назад +11

    you lost me at 11:23, he deletes the code and pastes another where I have NO IDEA where he got that code from.

    • @MM-vc5ic
      @MM-vc5ic 4 года назад +4

      I'm completely lost there as well.

    • @MM-vc5ic
      @MM-vc5ic 4 года назад +7

      I see what he did. If you go to the github (link in description) -> models, you can copy and paste the contents of en-US.json file into the json editor. Just make sure the language is English US in your interaction model.

    • @carterbeck
      @carterbeck 3 года назад

      @@MM-vc5ic thank you

    • @spiderion1
      @spiderion1 3 года назад

      me too, Makes no sense,

  • @DouglasClavico
    @DouglasClavico Год назад

    from zero to hero Baby!!!!!🚀

  • @Infokhan027
    @Infokhan027 3 года назад

    i want to know about back end code where you pick up

  • @sunischitjaiswal9570
    @sunischitjaiswal9570 3 года назад

    How we can add same utterance to different custom Intent. For eg Intent 1 has utterance Yes, so is it possible that Intent 2 can also have utterance Yes. If so how can we do that.

  • @dolfinho87
    @dolfinho87 4 года назад +1

    Here in Brazil we don`t say a Ordinal number to DAY. What slot type can I use instead?

    • @srinivasankh
      @srinivasankh 4 года назад

      You could try creating custom slot types with all possible values like Andrea did in the video at @5:15 , hope this helps.

  • @marxamiga
    @marxamiga 2 года назад

    Thanks for great tutorial, but the name of the skill is already used commercially. Is there any way to skip this public "happy birthday" skill to test our own "happy birthday" (in Alexa Simulator) ? Thanks!

  • @patricklafontaine4313
    @patricklafontaine4313 3 года назад

    Hi, Just a question, I m making a skill that have an intent with slots. I activate the need to fulfill with the questions that will be ask if the slots still empty. My slots need a number greater than 0 and under 700. Everything is fine exept if I give wrong number or wrong type of data for more than 2 times, I get : there is an error with the response of the skills. I m making a web request inside my intent that the slots is a variable inside of the url... So I think that somehow the web request is performed before the fulfill is completed... I dont know how to correct this! What can you tell me?
    Thanks!

  • @amnakhalid2570
    @amnakhalid2570 4 года назад

    i want to ask that i've created a skill but the issue i'm facing is one one intent work in single excution like i've 2 functions: add, show so if i add anything then i've to stop and restart skill to call show. Kindly guide me how to solve this issue.

  • @MM-vc5ic
    @MM-vc5ic 4 года назад +2

    Why is it when I ask "open happy birthday" , alexa says "Who should I sing happy birthday to?". But if I change the invocation name to something like "happy birthdayz" and ask "open happy birthdayz" it works fine.

    • @MM-vc5ic
      @MM-vc5ic 4 года назад +2

      Solved: Had to type "disable happy birthday", then type "open happy birthday" and it worked like a charm.

    • @faloudeepgupta5011
      @faloudeepgupta5011 3 года назад

      same is happening with me , and i spent so much time to figure out whats wrong in the code!

  • @OscarDiaz-fb8jd
    @OscarDiaz-fb8jd 3 года назад

    Great Tutorial! Thank you

  • @diegonayalazo
    @diegonayalazo 2 года назад

    Thanks

  • @deemon710
    @deemon710 2 года назад

    Possibly dumb question here. I welcome an answer from anyone who knows the answer. What happens if you say No to the intent confirmation? Your code looks like it'll re-prompt the user to give their birthday again so does that mean that it will restart the RegisterBirthdayIntent?

  • @RenuSharma-rk1ch
    @RenuSharma-rk1ch 4 года назад

    Thank you thank you thank you really grateful

  • @photorealm
    @photorealm 3 года назад

    Hi fellow April 21'rster We have the same birthday, about 30 years apart.

  • @rayleiter1888
    @rayleiter1888 3 года назад

    This guy has a REAL need to learn how to speak with a constant volume!! NOTICE how he almost always drifts off to inaudible with his last word or two of the sentence. One is never really sure what he has said at the end of his sentence!

  • @mischakis
    @mischakis 4 года назад

    Not German! nasing anderstend

  • @sedky69
    @sedky69 3 года назад

    Great tutorials.