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.ToolInterruptPart.type()Returns the value of thetyperecord component.UserInterruptPart.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.ToolInterruptPart(MessagePartType type, String toolCallId, String interruptName, String renderer, Map<String, Object> toolCallParameters, List<ToolInterruptParameter> interruptParameters) Creates an instance of aToolInterruptPartrecord class.UserInterruptPart(MessagePartType type, String toolCallId, String interruptName, List<InterruptParameterValue> interruptParameters) Creates an instance of aUserInterruptPartrecord class.