Interface AIInput


public interface AIInput
Interface for input components that are used in an AI conversation.
Author:
Vaadin Ltd
  • Method Details

    • addSubmitListener

      void addSubmitListener(SerializableConsumer<String> listener)
      Adds a listener for submit events.

      The listener is notified with the submitted value when the user submits input.

      Parameters:
      listener - the listener to add, not null