Uses of Enum Class
ai.waii.clients.chat.ChatModule
Packages that use ChatModule
-
Uses of ChatModule in ai.waii.clients.chat
Methods in ai.waii.clients.chat that return ChatModuleModifier and TypeMethodDescriptionstatic ChatModuleReturns the enum constant of this class with the specified name.static ChatModule[]ChatModule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.waii.clients.chat that return types with arguments of type ChatModuleModifier and TypeMethodDescriptionChatRequest.getModules()ChatResponse.getResponseSelectedFields()Method parameters in ai.waii.clients.chat with type arguments of type ChatModuleModifier and TypeMethodDescriptionvoidChatRequest.setModules(List<ChatModule> modules) voidChatResponse.setResponseSelectedFields(List<ChatModule> responseSelectedFields)