使用規則將事件發送到 Amazon EventBridge - Amazon Chime SDK

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

使用規則將事件發送到 Amazon EventBridge

Amazon Chime 開發套 EventBridge 件會在發生錯誤使其無法叫用 Amazon Lex V2 機器人時傳遞事件。您可以建立可辨識這些事件的 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)" } }