Uses of Class
software.amazon.awssdk.services.qbusiness.model.ChatMode
-
Packages that use ChatMode Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of ChatMode in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ChatMode Modifier and Type Method Description ChatModeChatSyncRequest. chatMode()The chat modes available to an Amazon Q Business end user.ChatModeConfigurationEvent. chatMode()The chat modes available to an Amazon Q Business end user.static ChatModeChatMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChatModeChatMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ChatMode[]ChatMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type ChatMode Modifier and Type Method Description static Set<ChatMode>ChatMode. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type ChatMode Modifier and Type Method Description ChatSyncRequest.BuilderChatSyncRequest.Builder. chatMode(ChatMode chatMode)The chat modes available to an Amazon Q Business end user.ConfigurationEvent.BuilderConfigurationEvent.Builder. chatMode(ChatMode chatMode)The chat modes available to an Amazon Q Business end user.ConfigurationEvent.BuilderConfigurationEvent.BuilderImpl. chatMode(ChatMode chatMode)
-