acceptInput

public Prompt acceptInput(ConversationContext context, String input)

Accepts and ignores any user input, returning the next prompt in the prompt graph instead.

Return

The next prompt in the prompt graph.

Parameters

context

Context information about the conversation.

input

Ignored.