Uses of Class
software.amazon.awssdk.services.qbusiness.model.ChatModeConfiguration
-
Packages that use ChatModeConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of ChatModeConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ChatModeConfiguration Modifier and Type Method Description ChatModeConfigurationChatSyncRequest. chatModeConfiguration()The chat mode configuration for an Amazon Q Business application.ChatModeConfigurationConfigurationEvent. chatModeConfiguration()Returns the value of the ChatModeConfiguration property for this object.static ChatModeConfigurationChatModeConfiguration. fromPluginConfiguration(Consumer<PluginConfiguration.Builder> pluginConfiguration)Create an instance of this class withpluginConfiguration()initialized to the given value.static ChatModeConfigurationChatModeConfiguration. fromPluginConfiguration(PluginConfiguration pluginConfiguration)Create an instance of this class withpluginConfiguration()initialized to the given value.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type ChatModeConfiguration Modifier and Type Method Description ChatSyncRequest.BuilderChatSyncRequest.Builder. chatModeConfiguration(ChatModeConfiguration chatModeConfiguration)The chat mode configuration for an Amazon Q Business application.ConfigurationEvent.BuilderConfigurationEvent.Builder. chatModeConfiguration(ChatModeConfiguration chatModeConfiguration)Sets the value of the ChatModeConfiguration property for this object.ConfigurationEvent.BuilderConfigurationEvent.BuilderImpl. chatModeConfiguration(ChatModeConfiguration chatModeConfiguration)
-