Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface MessageReviewHandler

Configuration information for optional message review.

Hierarchy

  • MessageReviewHandler

Properties

Properties

fallbackResult?: string

Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out. (For the timeout period, see Service Quotas.) If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user. Default: ALLOW.

uri?: string

Identifier of the message review handler. Currently this must be an ARN of a lambda function.