Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationContentInput.AutoCompleteTypeEnum
Packages that use ConversationContentInput.AutoCompleteTypeEnum
-
Uses of ConversationContentInput.AutoCompleteTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentInput.AutoCompleteTypeEnumModifier and TypeMethodDescriptionConversationContentInput.AutoCompleteTypeEnum.fromString(String key) ConversationContentInput.getAutoCompleteType()Returns the enum constant of this class with the specified name.ConversationContentInput.AutoCompleteTypeEnum.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 ConversationContentInput.AutoCompleteTypeEnumModifier and TypeMethodDescriptionConversationContentInput.autoCompleteType(ConversationContentInput.AutoCompleteTypeEnum autoCompleteType) A string value representing the keyboard and system information about the expected semantic meaning for the content that users enter.voidConversationContentInput.setAutoCompleteType(ConversationContentInput.AutoCompleteTypeEnum autoCompleteType)