Uses of Class
org.codelibs.fess.entity.ChatMessage.ChatSource
Packages that use ChatMessage.ChatSource
-
Uses of ChatMessage.ChatSource in org.codelibs.fess.api.chat
Method parameters in org.codelibs.fess.api.chat with type arguments of type ChatMessage.ChatSourceModifier and TypeMethodDescriptionChatApiManager.createSuccessResponse(String sessionId, String content, List<ChatMessage.ChatSource> sources) Creates a success response map. -
Uses of ChatMessage.ChatSource in org.codelibs.fess.entity
Methods in org.codelibs.fess.entity that return types with arguments of type ChatMessage.ChatSourceModifier and TypeMethodDescriptionChatMessage.getSources()Gets the list of sources referenced in the message.Methods in org.codelibs.fess.entity with parameters of type ChatMessage.ChatSourceModifier and TypeMethodDescriptionvoidChatMessage.addSource(ChatMessage.ChatSource source) Adds a source to the message.Method parameters in org.codelibs.fess.entity with type arguments of type ChatMessage.ChatSourceModifier and TypeMethodDescriptionvoidChatMessage.setSources(List<ChatMessage.ChatSource> sources) Sets the list of sources referenced in the message.