Uses of Class
com.github.copilot.sdk.events.AssistantMessageEvent
Packages that use AssistantMessageEvent
-
Uses of AssistantMessageEvent in com.github.copilot.sdk
Methods in com.github.copilot.sdk that return types with arguments of type AssistantMessageEventModifier and TypeMethodDescriptionCopilotSession.sendAndWait(MessageOptions options) Sends a message and waits until the session becomes idle with default 60 second timeout.CopilotSession.sendAndWait(MessageOptions options, long timeoutMs) Sends a message and waits until the session becomes idle.CopilotSession.sendAndWait(String prompt) Sends a simple text message and waits until the session becomes idle.