ListConversations
Source:
src/AWS/QBusiness/ListConversations.ts
Runtime binding for the ListConversations operation (IAM action
qbusiness:ListConversations), scoped to one Application.
Lists a user’s chat conversations in the application.
Provide the implementation with
Effect.provide(AWS.QBusiness.ListConversationsHttp).
Conversations
Section titled “Conversations”const listConversations = yield* AWS.QBusiness.ListConversations(app);
const { conversations } = yield* listConversations();