Uses of Enum Class
ai.agentscentral.core.session.message.MessagePartType
Packages that use MessagePartType
-
Uses of MessagePartType in ai.agentscentral.core.session.message
Methods in ai.agentscentral.core.session.message that return MessagePartTypeModifier and TypeMethodDescriptionMessagePart.type()TextPart.type()Returns the value of thetyperecord component.static MessagePartTypeReturns the enum constant of this class with the specified name.static MessagePartType[]MessagePartType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ai.agentscentral.core.session.message with parameters of type MessagePartTypeModifierConstructorDescriptionTextPart(MessagePartType type, String text) Creates an instance of aTextPartrecord class.