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).
Conversations
Section titled “Conversations”const listMessages = yield* AWS.QBusiness.ListMessages(app);
const { messages } = yield* listMessages({ conversationId });