Skip to content

GetChatControlsConfiguration

Source: src/AWS/QBusiness/GetChatControlsConfiguration.ts

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

Reads the application’s chat controls: response scope, blocked phrases, topic rules, and creator mode. Provide the implementation with Effect.provide(AWS.QBusiness.GetChatControlsConfigurationHttp).

const getControls = yield* AWS.QBusiness.GetChatControlsConfiguration(app);
const { responseScope, blockedPhrases } = yield* getControls();