Interface AiInput

All Superinterfaces:
Serializable

public interface AiInput extends Serializable
Interface for input components that are used in an AI conversation.
Author:
Vaadin Ltd
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds a listener for submit events.
  • Method Details

    • addSubmitListener

      void addSubmitListener(InputSubmitListener listener)
      Adds a listener for submit events.

      The listener is notified when the user submits input.

      Parameters:
      listener - the listener to add, not null