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).
Admin Controls
Section titled “Admin Controls”const getControls = yield* AWS.QBusiness.GetChatControlsConfiguration(app);
const { responseScope, blockedPhrases } = yield* getControls();