Uses of Interface
io.a2a.spec.EventKind
Packages that use EventKind
-
Uses of EventKind in io.a2a.spec
Classes in io.a2a.spec that implement EventKindModifier and TypeClassDescriptionfinal classRepresents a single message in the conversation between a user and an agent.final classRepresents a single, stateful operation or conversation between a client and an agent.final classAn event sent by the agent to notify the client that an artifact has been generated or updated.final classAn event sent by the agent to notify the client of a change in a task's status.Constructors in io.a2a.spec with parameters of type EventKindModifierConstructorDescriptionSendMessageResponse(Object id, EventKind result) SendMessageResponse(String jsonrpc, Object id, EventKind result, JSONRPCError error)