Skip to content

ListMessages

Source: src/AWS/QBusiness/ListMessages.ts

Runtime binding for the ListMessages operation (IAM action qbusiness:ListMessages), scoped to one Application.

Lists the messages of a chat conversation. Provide the implementation with Effect.provide(AWS.QBusiness.ListMessagesHttp).

const listMessages = yield* AWS.QBusiness.ListMessages(app);
const { messages } = yield* listMessages({ conversationId });