Class ResponseCompleteListener.ResponseCompleteEvent

java.lang.Object
com.vaadin.flow.component.ai.orchestrator.ResponseCompleteListener.ResponseCompleteEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
ResponseCompleteListener

public static class ResponseCompleteListener.ResponseCompleteEvent extends Object implements Serializable
Event fired after the assistant's response has been fully streamed and added to the conversation history.
See Also:
  • Method Details

    • getResponse

      public String getResponse()
      Gets the full text of the assistant's response.
      Returns:
      the response text, never null or empty