ChatbotClient

AWS Chatbot API

Properties

Link copied to clipboard
abstract override val config: ChatbotClient.Config

ChatbotClient's configuration

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it.

Link copied to clipboard
Link copied to clipboard

Deletes a Slack user identity

Link copied to clipboard

Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted.

Link copied to clipboard
abstract suspend fun describeChimeWebhookConfigurations(input: DescribeChimeWebhookConfigurationsRequest = DescribeChimeWebhookConfigurationsRequest { }): DescribeChimeWebhookConfigurationsResponse

Lists Chime Webhook Configurations optionally filtered by ChatConfigurationArn

Link copied to clipboard
abstract suspend fun describeSlackChannelConfigurations(input: DescribeSlackChannelConfigurationsRequest = DescribeSlackChannelConfigurationsRequest { }): DescribeSlackChannelConfigurationsResponse

Lists Slack Channel Configurations optionally filtered by ChatConfigurationArn

Link copied to clipboard
abstract suspend fun describeSlackUserIdentities(input: DescribeSlackUserIdentitiesRequest = DescribeSlackUserIdentitiesRequest { }): DescribeSlackUserIdentitiesResponse

Lists all Slack user identities with a mapped role.

Link copied to clipboard
abstract suspend fun describeSlackWorkspaces(input: DescribeSlackWorkspacesRequest = DescribeSlackWorkspacesRequest { }): DescribeSlackWorkspacesResponse

Lists all authorized Slack Workspaces for AWS Account

Link copied to clipboard
abstract suspend fun getAccountPreferences(input: GetAccountPreferencesRequest = GetAccountPreferencesRequest { }): GetAccountPreferencesResponse

Get Chatbot account level preferences

Link copied to clipboard

Lists MS Teams Channel Configurations optionally filtered by TeamId

Link copied to clipboard
abstract suspend fun listMicrosoftTeamsConfiguredTeams(input: ListMicrosoftTeamsConfiguredTeamsRequest = ListMicrosoftTeamsConfiguredTeamsRequest { }): ListMicrosoftTeamsConfiguredTeamsResponse

Lists all authorized MS teams for AWS Account

Link copied to clipboard
abstract suspend fun listMicrosoftTeamsUserIdentities(input: ListMicrosoftTeamsUserIdentitiesRequest = ListMicrosoftTeamsUserIdentitiesRequest { }): ListMicrosoftTeamsUserIdentitiesResponse

Lists all Microsoft Teams user identities with a mapped role.

Link copied to clipboard
abstract suspend fun updateAccountPreferences(input: UpdateAccountPreferencesRequest = UpdateAccountPreferencesRequest { }): UpdateAccountPreferencesResponse

Update Chatbot account level preferences

Link copied to clipboard
Link copied to clipboard

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it.

Link copied to clipboard
Link copied to clipboard

Deletes a Slack user identity

Link copied to clipboard

Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted.

Link copied to clipboard

Lists Chime Webhook Configurations optionally filtered by ChatConfigurationArn

Link copied to clipboard

Lists Slack Channel Configurations optionally filtered by ChatConfigurationArn

Link copied to clipboard

Lists all Slack user identities with a mapped role.

Link copied to clipboard

Lists all authorized Slack Workspaces for AWS Account

Link copied to clipboard

Get Chatbot account level preferences

Link copied to clipboard

Lists MS Teams Channel Configurations optionally filtered by TeamId

Link copied to clipboard

Lists all authorized MS teams for AWS Account

Link copied to clipboard

Lists all Microsoft Teams user identities with a mapped role.

Link copied to clipboard

Update Chatbot account level preferences

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.