Uses of Enum Class
dev.langchain4j.data.message.ChatMessageType
Packages that use ChatMessageType
Package
Description
AWS Bedrock integration for LangChain4j.
-
Uses of ChatMessageType in dev.langchain4j.data.message
Subclasses with type arguments of type ChatMessageType in dev.langchain4j.data.messageModifier and TypeClassDescriptionenumThe type of chat message, e.g. system, user or AI.Methods in dev.langchain4j.data.message that return ChatMessageTypeModifier and TypeMethodDescriptionAiMessage.type()ChatMessage.type()The type of the message.CustomMessage.type()SystemMessage.type()ToolExecutionResultMessage.type()UserMessage.type()static ChatMessageTypeReturns the enum constant of this class with the specified name.static ChatMessageType[]ChatMessageType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChatMessageType in dev.langchain4j.model.bedrock
Methods in dev.langchain4j.model.bedrock that return ChatMessageType