Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentInput
Packages that use ConversationContentInput
-
Uses of ConversationContentInput in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentInputModifier 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.ConversationFormPageComponent.getInput()Unique identifier for the inputConversationContentInput.isMultipleLine(Boolean isMultipleLine) Whether the input should allow multiple lines of text.ConversationContentInput.isRequired(Boolean isRequired) Whether the input field(s) are required to be filled in.ConversationContentInput.keyboardType(ConversationContentInput.KeyboardTypeEnum keyboardType) Type of keyboard to be shown.ConversationContentInput.placeholderText(String placeholderText) Placeholder text for input field(s).Additional text providing more details about the input field(s).The main text displayed for the input field(s).Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentInputModifier and TypeMethodDescriptionConversationFormPageComponent.input(ConversationContentInput input) Input content.voidConversationFormPageComponent.setInput(ConversationContentInput input)