Skip to content

Qbusiness  >  Operations  >  delete_chat_controls_configuration

delete_chat_controls_configuration

Operation

delete_chat_controls_configuration async

delete_chat_controls_configuration(input: DeleteChatControlsConfigurationInput, plugins: list[Plugin] | None = None) -> DeleteChatControlsConfigurationOutput

Deletes chat controls configured for an existing Amazon Q Business application.

Parameters:

Name Type Description Default
input DeleteChatControlsConfigurationInput

An instance of DeleteChatControlsConfigurationInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteChatControlsConfigurationOutput

An instance of DeleteChatControlsConfigurationOutput.

Input

DeleteChatControlsConfigurationInput dataclass

Dataclass for DeleteChatControlsConfigurationInput structure.

Attributes

application_id class-attribute instance-attribute
application_id: str | None = None

The identifier of the application the chat controls have been configured for.

Output

DeleteChatControlsConfigurationOutput dataclass

Dataclass for DeleteChatControlsConfigurationOutput structure.