Interface WaypointTriggerPrompt

All Superinterfaces:
Cloneable, Prompt
All Known Implementing Classes:
AnimationTriggerPrompt, ChatTriggerPrompt, CommandTriggerPrompt, DelayTriggerPrompt, SpeedTriggerPrompt, TeleportTriggerPrompt

public interface WaypointTriggerPrompt extends Prompt
Marker interface for waypoint trigger prompts. Prompts are expected to return to the prompt specified under the RETURN_PROMPT_KEY key in the ConversationContext and to set the specified trigger under CREATED_TRIGGER_KEY prior to returning. If the returned trigger is null then the prompt is assumed to have failed and an error message will be displayed.