Uses of Class
ai.tutor.cab302exceptionalhandlers.builders.ChatSetupControllerBuilder
Packages that use ChatSetupControllerBuilder
Package
Description
-
Uses of ChatSetupControllerBuilder in ai.tutor.cab302exceptionalhandlers.builders
Methods in ai.tutor.cab302exceptionalhandlers.builders that return ChatSetupControllerBuilderModifier and TypeMethodDescriptionChatSetupControllerBuilder.currentChat
(Chat chat) Sets the current chat, required for update operations.ChatSetupControllerBuilder.currentUser
(User user) Sets the current authenticated user.ChatSetupControllerBuilder.type
(ChatSetupType type) Sets the type of chat setup operation (CREATE or UPDATE). -
Uses of ChatSetupControllerBuilder in ai.tutor.cab302exceptionalhandlers.factories
Methods in ai.tutor.cab302exceptionalhandlers.factories that return ChatSetupControllerBuilderModifier and TypeMethodDescriptionControllerFactory.chatSetupController()
Creates and returns aChatSetupControllerBuilder
.