Uses of Class
ai.tutor.cab302exceptionalhandlers.controller.ChatSetupController
Packages that use ChatSetupController
Package
Description
-
Uses of ChatSetupController in ai.tutor.cab302exceptionalhandlers.builders
Methods in ai.tutor.cab302exceptionalhandlers.builders that return ChatSetupControllerModifier and TypeMethodDescriptionChatSetupControllerBuilder.build()
Builds aChatSetupController
(eitherChatCreateController
orChatUpdateController
) based on the specified type and parameters. -
Uses of ChatSetupController in ai.tutor.cab302exceptionalhandlers.controller
Subclasses of ChatSetupController in ai.tutor.cab302exceptionalhandlers.controllerModifier and TypeClassDescriptionclass
Controller for creating new chats in the AI tutor application.class
Controller for updating existing chats in the AI tutor application.