Package com.mypurecloud.sdk.v2.model
Class TextBotPromptSegment
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotPromptSegment
- All Implemented Interfaces:
Serializable
Data for a single bot flow prompt segment.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe segment type which describes any semantics about the 'text' and also indicates which other field might include additional relevant info. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontent(List<ConversationMessageContent> content) Details to display Rich Media content.booleanAdditional details describing the segment’s contents, which the client should honour where possible.getText()getType()inthashCode()voidsetContent(List<ConversationMessageContent> content) voidvoidvoidThe text of this prompt segment.toString()The segment type which describes any semantics about the 'text' and also indicates which other field might include additional relevant info.
-
Constructor Details
-
TextBotPromptSegment
public TextBotPromptSegment() -
TextBotPromptSegment
-
-
Method Details
-
text
The text of this prompt segment. -
getText
-
setText
-
type
The segment type which describes any semantics about the 'text' and also indicates which other field might include additional relevant info. -
getType
-
setType
-
format
Additional details describing the segment’s contents, which the client should honour where possible. -
getFormat
-
setFormat
-
content
Details to display Rich Media content. This is only populated when the segment 'type' is 'Rich Media'. -
getContent
-
setContent
-
equals
-
hashCode
public int hashCode() -
toString
-