Package com.mypurecloud.sdk.v2.model
Class ConversationContentInput
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentInput
- All Implemented Interfaces:
Serializable
Single or multiline text input component.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumA string value representing the keyboard and system information about the expected semantic meaning for the content that users enter.static enumType of keyboard to be shown. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoCompleteType(ConversationContentInput.AutoCompleteTypeEnum autoCompleteType) A string value representing the keyboard and system information about the expected semantic meaning for the content that users enter.booleangetId()getTitle()inthashCode()Unique identifier for the inputisMultipleLine(Boolean isMultipleLine) Whether the input should allow multiple lines of text.isRequired(Boolean isRequired) Whether the input field(s) are required to be filled in.keyboardType(ConversationContentInput.KeyboardTypeEnum keyboardType) Type of keyboard to be shown.placeholderText(String placeholderText) Placeholder text for input field(s).voidsetAutoCompleteType(ConversationContentInput.AutoCompleteTypeEnum autoCompleteType) voidvoidsetIsMultipleLine(Boolean isMultipleLine) voidsetIsRequired(Boolean isRequired) voidsetKeyboardType(ConversationContentInput.KeyboardTypeEnum keyboardType) voidsetPlaceholderText(String placeholderText) voidsetSubtitle(String subtitle) voidAdditional text providing more details about the input field(s).The main text displayed for the input field(s).toString()
-
Constructor Details
-
ConversationContentInput
public ConversationContentInput() -
ConversationContentInput
-
-
Method Details
-
id
Unique identifier for the input -
getId
-
setId
-
title
The main text displayed for the input field(s). -
getTitle
-
setTitle
-
subtitle
Additional text providing more details about the input field(s). -
getSubtitle
-
setSubtitle
-
placeholderText
Placeholder text for input field(s). -
getPlaceholderText
-
setPlaceholderText
-
isRequired
Whether the input field(s) are required to be filled in. -
getIsRequired
-
setIsRequired
-
isMultipleLine
Whether the input should allow multiple lines of text. -
getIsMultipleLine
-
setIsMultipleLine
-
keyboardType
public ConversationContentInput keyboardType(ConversationContentInput.KeyboardTypeEnum keyboardType) Type of keyboard to be shown. -
getKeyboardType
-
setKeyboardType
-
autoCompleteType
public ConversationContentInput autoCompleteType(ConversationContentInput.AutoCompleteTypeEnum autoCompleteType) A string value representing the keyboard and system information about the expected semantic meaning for the content that users enter. -
getAutoCompleteType
-
setAutoCompleteType
-
equals
-
hashCode
public int hashCode() -
toString
-