Package com.mypurecloud.sdk.v2.model
Class TextBotFlowOutcome
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotFlowOutcome
- All Implemented Interfaces:
Serializable
Flow Outcome data related to a bot flow which is exiting gracefully.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe value of the FlowOutcome. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe timestamp for when the Flow Outcome finished.The timestamp for when the Flow Outcome began.booleaninthashCode()milestones(List<TextBotFlowMilestone> milestones) The Flow Milestones for the Flow Outcome.The Flow Outcome ID.outcomeValue(TextBotFlowOutcome.OutcomeValueEnum outcomeValue) The value of the FlowOutcome.voidsetDateEnd(Date dateEnd) voidsetDateStart(Date dateStart) voidsetMilestones(List<TextBotFlowMilestone> milestones) voidsetOutcomeId(String outcomeId) voidsetOutcomeValue(TextBotFlowOutcome.OutcomeValueEnum outcomeValue) toString()
-
Constructor Details
-
TextBotFlowOutcome
public TextBotFlowOutcome() -
TextBotFlowOutcome
-
-
Method Details
-
outcomeId
The Flow Outcome ID. -
getOutcomeId
-
setOutcomeId
-
outcomeValue
The value of the FlowOutcome. -
getOutcomeValue
-
setOutcomeValue
-
dateStart
The timestamp for when the Flow Outcome began. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
dateEnd
The timestamp for when the Flow Outcome finished. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateEnd
-
setDateEnd
-
milestones
The Flow Milestones for the Flow Outcome. -
getMilestones
-
setMilestones
-
equals
-
hashCode
public int hashCode() -
toString
-