Uses of Enum Class
com.mypurecloud.sdk.v2.model.TextBotPromptSegment.TypeEnum
Packages that use TextBotPromptSegment.TypeEnum
-
Uses of TextBotPromptSegment.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotPromptSegment.TypeEnumModifier and TypeMethodDescriptionTextBotPromptSegment.TypeEnum.fromString(String key) TextBotPromptSegment.getType()Returns the enum constant of this class with the specified name.static TextBotPromptSegment.TypeEnum[]TextBotPromptSegment.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type TextBotPromptSegment.TypeEnumModifier and TypeMethodDescriptionvoidTextBotPromptSegment.setType(TextBotPromptSegment.TypeEnum type) 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.