在 Amazon Chime SDK 消息传递中使用规则向 Amazon EventBridge 发送事件 - Amazon Chime SDK

在 Amazon Chime SDK 消息传递中使用规则向 Amazon EventBridge 发送事件

当错误阻止其调用 Amazon Lex V2 机器人时,Amazon Chime SDK 会传送 EventBridge 事件。您可以创建 EventBridge 规则,以识别这些事件,并在匹配规则时自动采取行动。有关更多信息,请参阅《Amazon EventBridge 用户指南》中的 Amazon EventBridge 规则

以下示例显示了典型故障事件。

{ version: '0', id: '12345678-1234-1234-1234-111122223333', 'detail-type': 'Chime Messaging AppInstanceBot Lex Failure', source: 'aws.chime', account: 'aws-account-id', time: 'yyyy-mm-ddThh:mm:ssZ', region: "region", resources: [], detail: { resourceArn: 'arn:aws:chime:region:aws-account-id:app-instance/app-instance-id/bot/app-instance-bot-id', failureReason: "1 validation error detected: Value at 'text' failed to satisfy constraint: Member must have length less than or equal to 1024 (Service: LexRuntimeV2, Status Code: 400, Request ID: request-id)" } }