Uses of Class
com.mypurecloud.sdk.v2.model.TextBotPromptSegment
Packages that use TextBotPromptSegment
-
Uses of TextBotPromptSegment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotPromptSegmentModifier and TypeMethodDescriptionTextBotPromptSegment.content(List<ConversationMessageContent> content) Details to display Rich Media content.Additional details describing the segment’s contents, which the client should honour where possible.The text of this prompt segment.TextBotPromptSegment.type(TextBotPromptSegment.TypeEnum type) The segment type which describes any semantics about the 'text' and also indicates which other field might include additional relevant info.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type TextBotPromptSegmentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type TextBotPromptSegmentModifier and TypeMethodDescriptionTextBotModeOutputPrompts.segments(List<TextBotPromptSegment> segments) The list of prompt segments.voidTextBotModeOutputPrompts.setSegments(List<TextBotPromptSegment> segments)