1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
1
In LexV2, you can use the conditional next steps to switch to different intents when required. If I understand correctly, if Payment Intent is triggered, before we start eliciting the slots within the intent we want to trigger kendra search Intent? if yes, then yeah in the payments intent initial response block, set the next step to switch to Kendra intent, and in the Kendra intent block set the fulfillment next step to switch to first slot of Payment intent. When eliciting this slot, the context should contain the Kendra response in the request attributes that you can use as required.
con risposta un anno fa

Thank you for the answer. I tried as suggested and received a 'Invalid Bot Configuration: Switching to Kendra intent via next actions is not allowed' when testing. In my application it is just intents with utterances and no slots what would be done in that case? Also when setting the next step in the successful fulfillment I can only input one intent...how would I set Kendra for two intents? Thanks in advance.