java.lang.Object
com.github.copilot.generated.SessionEvent
com.github.copilot.generated.SubagentDeselectedEvent
Session event "subagent.deselected". Empty payload; the event signals that the custom agent was deselected, returning to the default agent
- Since:
- 1.0.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.copilot.generated.SessionEvent
getEphemeral, getId, getParentId, getTimestamp, setEphemeral, setId, setParentId, setTimestamp
-
Constructor Details
-
SubagentDeselectedEvent
public SubagentDeselectedEvent()
-
-
Method Details
-
getType
Description copied from class:SessionEventReturns the event-type discriminator string (e.g.,"session.idle").- Specified by:
getTypein classSessionEvent- Returns:
- the event type
-
getData
-
setData
-