简体   繁体   English

如何知道哪个插槽正在调用 Lambda Function

[英]HOw to know which slot is calling Lambda Function

I have multiple Slots and I have lambda function.我有多个插槽,我有 lambda function。

Each time when Lambda function gets called but how to identify that from which slot that is being called.每次调用 Lambda function 时,如何识别从哪个插槽调用。

you can get the slot details from the event object that comes to the lambda function. see the request object and its details - SLOT_NAME.您可以从 lambda function 的事件 object 中获取插槽详细信息。请参阅请求 object 及其详细信息 - SLOT_NAME。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Amazon Lex:如何在 Lambda function (Python) 中获取插槽的 Elicitation 值? - Amazon Lex : How to get Elicitation value of a slot in Lambda function (Python)? 如何从私有 VPC 中的 lambda function 发出 https 请求? - How to make https request from a lambda function which is in a private VPC? 如何提高连接到 Amazon MQ 的 Lambda 函数的性能 - How to Improve Performance of Lambda Function which Connects to Amazon MQ AWS LEX:插槽更新、意图更新,然后通过 Lambda function 发布新的机器人 - AWS LEX: Slot update, intent update and then new publishing bot through a Lambda function 如何知道执行特定AWS时使用的实例类型 lambda function? - How to know what type of instance is used when executing a particular AWS lambda function? 如何在不是“@app.lambda_function()”的测试中调用 AWS Chalice function - How to invoke AWS Chalice function in the test which is not "@app.lambda_function()" 如何指定从步骤 function 调用 lambda function 的方法和路径? - How can I specify method and path for calling lambda function from step function? lambda function 的 sinon 存根在另一个 lambda 中 - sinon stub for lambda function which is inside another lambda AWS Lambda function 调用 aws 服务超时 - AWS Lambda function timing out on calling aws service 从 AWS CodePipeline 调用 AWS Lambda function 时权限被拒绝 - Permission denied when calling AWS Lambda function from AWS CodePipeline
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM