Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以直接从 amazon connect 捕获语音输入(不使用任何其他语音到文本 API)并传递给 lambda 函数吗?
您至少需要使用 Lex。
使用 Amazon Connect 中的“获取客户输入”步骤调用 Lex 机器人。在 Lex Bot 配置中,您可以通过“Lambda 初始化和验证”设置将话语传递给 Lambda,以验证口语话语或使用“Fulfillment”设置将业务逻辑应用于口语话语。