Cloneable, ConversationCancellerpublic class ManuallyAbandonedConversationCanceller extends Object implements ConversationCanceller
ConversationAbandonedEvent to indicate that the conversation was manually
 abandoned by programmatically calling the abandon() method on it.| Constructor | Description | 
|---|---|
| ManuallyAbandonedConversationCanceller() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | cancelBasedOnInput(@NotNull ConversationContext context,
                  @NotNull String input) | Cancels a conversation based on user input. | 
| @NotNull ConversationCanceller | clone() | Allows the  ConversationFactoryto duplicate this
 ConversationCanceller when creating a newConversation. | 
| void | setConversation(@NotNull Conversation conversation) | Sets the conversation this ConversationCanceller can optionally cancel. | 
public ManuallyAbandonedConversationCanceller()
public void setConversation(@NotNull
                            @NotNull Conversation conversation)
ConversationCancellersetConversation in interface ConversationCancellerconversation - A conversation.public boolean cancelBasedOnInput(@NotNull
                                  @NotNull ConversationContext context,
                                  @NotNull
                                  @NotNull String input)
ConversationCancellercancelBasedOnInput in interface ConversationCancellercontext - Context information about the conversation.input - The input text from the user.@NotNull public @NotNull ConversationCanceller clone()
ConversationCancellerConversationFactory to duplicate this
 ConversationCanceller when creating a new Conversation.
 Implementing this method should reset any internal object state.
clone in interface ConversationCancellerclone in class ObjectCopyright © 2020. All rights reserved.