Package com.mypurecloud.sdk.v2.model
Class TextBotModeOutputPrompts
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotModeOutputPrompts
- All Implemented Interfaces:
Serializable
Prompt information related to a bot flow turn.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()segments(List<TextBotPromptSegment> segments) The list of prompt segments.voidsetSegments(List<TextBotPromptSegment> segments) toString()
-
Constructor Details
-
TextBotModeOutputPrompts
public TextBotModeOutputPrompts() -
TextBotModeOutputPrompts
-
-
Method Details