Package com.mypurecloud.sdk.v2.model
Class TextBotExitAction
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotExitAction
- All Implemented Interfaces:
Serializable
Settings for a next-action of exiting the bot flow. Any output variables are available in the details.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe reason for the exit. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveIntent(String activeIntent) The active intent at the time of the exit.booleanflowLocation(TextBotFlowLocation flowLocation) Describes where in the Bot Flow the user was when the exit occurred.flowOutcomes(List<TextBotFlowOutcome> flowOutcomes) The list of Flow Outcomes for the bot flow and their details.inthashCode()outputData(TextBotInputOutputData outputData) The output data for the bot flow.reason(TextBotExitAction.ReasonEnum reason) The reason for the exit.reasonExtendedInfo(String reasonExtendedInfo) Extended information related to the reason, if available.voidsetActiveIntent(String activeIntent) voidsetFlowLocation(TextBotFlowLocation flowLocation) voidsetFlowOutcomes(List<TextBotFlowOutcome> flowOutcomes) voidsetOutputData(TextBotInputOutputData outputData) voidvoidsetReasonExtendedInfo(String reasonExtendedInfo) toString()
-
Constructor Details
-
TextBotExitAction
public TextBotExitAction() -
TextBotExitAction
-
-
Method Details
-
reason
The reason for the exit. -
getReason
-
setReason
-
reasonExtendedInfo
Extended information related to the reason, if available. -
getReasonExtendedInfo
-
setReasonExtendedInfo
-
activeIntent
The active intent at the time of the exit. -
getActiveIntent
-
setActiveIntent
-
flowLocation
Describes where in the Bot Flow the user was when the exit occurred. -
getFlowLocation
-
setFlowLocation
-
outputData
The output data for the bot flow. -
getOutputData
-
setOutputData
-
flowOutcomes
The list of Flow Outcomes for the bot flow and their details. -
getFlowOutcomes
-
setFlowOutcomes
-
equals
-
hashCode
public int hashCode() -
toString
-