Class PlayTTSStreamAction

java.lang.Object
de.presti.ree6.actions.streamtools.action.PlayTTSStreamAction
All Implemented Interfaces:
IAction, IStreamAction

public class PlayTTSStreamAction extends Object implements IStreamAction
StreamAction used to play a text-to-speech messages.
  • Constructor Details

    • PlayTTSStreamAction

      public PlayTTSStreamAction()
  • Method Details

    • runAction

      public boolean runAction(@NotNull @NotNull StreamActionEvent event)
      Description copied from interface: IStreamAction
      Run the specific action.
      Specified by:
      runAction in interface IStreamAction
      Parameters:
      event - The action information.
      Returns:
      True if the action was executed successfully.