public class ManuallyAbandonedConversationCanceller extends Object implements ConversationCanceller
ConversationAbandonedEvent
to indicate that the conversation was manually
abandoned by programmatically calling the abandon() method on it.コンストラクタと説明 |
---|
ManuallyAbandonedConversationCanceller() |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
cancelBasedOnInput(ConversationContext context,
String input)
Cancels a conversation based on user input.
|
ConversationCanceller |
clone()
Allows the
ConversationFactory to duplicate this
ConversationCanceller when creating a new Conversation . |
void |
setConversation(Conversation conversation)
Sets the conversation this ConversationCanceller can optionally cancel.
|
public void setConversation(Conversation conversation)
ConversationCanceller
setConversation
インタフェース内 ConversationCanceller
conversation
- A conversation.public boolean cancelBasedOnInput(ConversationContext context, String input)
ConversationCanceller
cancelBasedOnInput
インタフェース内 ConversationCanceller
context
- Context information about the conversation.input
- The input text from the user.public ConversationCanceller clone()
ConversationCanceller
ConversationFactory
to duplicate this
ConversationCanceller when creating a new Conversation
.
Implementing this method should reset any internal object state.
clone
インタフェース内 ConversationCanceller
clone
クラス内 Object
Copyright © 2016. All rights reserved.