END_OF_CONVERSATION| コンストラクタと説明 |
|---|
MessagePrompt() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Prompt |
acceptInput(ConversationContext context,
String input)
Accepts and ignores any user input, returning the next prompt in the
prompt graph instead.
|
boolean |
blocksForInput(ConversationContext context)
Message prompts never wait for user input before continuing.
|
protected abstract Prompt |
getNextPrompt(ConversationContext context)
Override this method to return the next prompt in the prompt graph.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPromptTextpublic boolean blocksForInput(ConversationContext context)
blocksForInput インタフェース内 Promptcontext - Context information about the conversation.public Prompt acceptInput(ConversationContext context, String input)
acceptInput インタフェース内 Promptcontext - Context information about the conversation.input - Ignored.protected abstract Prompt getNextPrompt(ConversationContext context)
context - Context information about the conversation.Copyright © 2016. All rights reserved.