試験
通常
試験時間: 00:00問題時間: 00:00
問題一覧
問題 44 / 65
When building a conversational booking system with voice input, and you want to safely handle side effects like slot confirmations and writing to an external calendar, how should a Bedrock agent behave?
①It will only handle speech recognition; the reservation logic will be implemented separately.
②Force users to confirm all reservations by email.
③Impose a restriction that forbids any external API calls.
④Rely entirely on a single large model for reservation processing.
⑤Manage slot handling and confirmations and maintain the conversation context while safely performing necessary external service calls.
