Package com.mypurecloud.sdk.v2.model
Class ConversationContentIntroduction
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentIntroduction
- All Implemented Interfaces:
Serializable
Introduction content object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuttonText(String buttonText) Text to show on the button.booleangetTitle()inthashCode()URL of an image.voidsetButtonText(String buttonText) voidsetImageUrl(String imageUrl) voidsetSubtitle(String subtitle) voidText to show in the subtitle.Text to show in the title.toString()
-
Constructor Details
-
ConversationContentIntroduction
public ConversationContentIntroduction() -
ConversationContentIntroduction
-
-
Method Details
-
title
Text to show in the title. -
getTitle
-
setTitle
-
subtitle
Text to show in the subtitle. -
getSubtitle
-
setSubtitle
-
imageUrl
URL of an image. -
getImageUrl
-
setImageUrl
-
buttonText
Text to show on the button. -
getButtonText
-
setButtonText
-
equals
-
hashCode
public int hashCode() -
toString
-