Package com.embabel.agent.api.annotation
Class WaitKt
-
- All Implemented Interfaces:
public final class WaitKt
-
-
Method Summary
Modifier and Type Method Description final static <P extends Any> PwaitFor(Awaitable<P, ?> awaitable)Call when the current AgentProcess should wait for a response from the user. final static <P extends Any> Pconfirm(P what, String description)final static <P extends Any> PfromForm(String title)final static <P extends Any> PfromForm(String title, Class<P> dataClass)Bind input to the data class
-