Package com.mypurecloud.sdk.v2.model
Class TextBotDisconnectAction
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotDisconnectAction
- All Implemented Interfaces:
Serializable
Settings for a next-action of disconnecting, including the reason code for the disconnect.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe reason for the disconnect. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowLocation(TextBotFlowLocation flowLocation) Describes where in the Bot Flow the user was when the disconnect occurred.flowOutcomes(List<TextBotFlowOutcome> flowOutcomes) The list of Flow Outcomes for the bot flow and their details.inthashCode()The reason for the disconnect.reasonExtendedInfo(String reasonExtendedInfo) Extended information related to the reason, if available.voidsetFlowLocation(TextBotFlowLocation flowLocation) voidsetFlowOutcomes(List<TextBotFlowOutcome> flowOutcomes) voidvoidsetReasonExtendedInfo(String reasonExtendedInfo) toString()
-
Constructor Details
-
TextBotDisconnectAction
public TextBotDisconnectAction() -
TextBotDisconnectAction
-
-
Method Details
-
reason
The reason for the disconnect. -
getReason
-
setReason
-
reasonExtendedInfo
Extended information related to the reason, if available. -
getReasonExtendedInfo
-
setReasonExtendedInfo
-
flowLocation
Describes where in the Bot Flow the user was when the disconnect occurred. -
getFlowLocation
-
setFlowLocation
-
flowOutcomes
The list of Flow Outcomes for the bot flow and their details. -
getFlowOutcomes
-
setFlowOutcomes
-
equals
-
hashCode
public int hashCode() -
toString
-