Skip to content

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).

const listConversations = yield* AWS.QBusiness.ListConversations(app);
const { conversations } = yield* listConversations();