Package com.mypurecloud.sdk.v2.model
Class ConversationContentInteractiveApplication
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentInteractiveApplication
- All Implemented Interfaces:
Serializable
InteractiveApplication content object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()getUrl()inthashCode()The name of the message app.receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) The message displayed in the received message bubble.replyMessage(ConversationContentReceivedReplyMessage replyMessage) The message displayed in the reply message bubble.voidvoidsetReceivedMessage(ConversationContentReceivedReplyMessage receivedMessage) voidsetReplyMessage(ConversationContentReceivedReplyMessage replyMessage) voidtoString()Contains the data that is sent to the message app.
-
Constructor Details
-
ConversationContentInteractiveApplication
public ConversationContentInteractiveApplication() -
ConversationContentInteractiveApplication
-
-
Method Details
-
name
The name of the message app. -
getName
-
setName
-
url
Contains the data that is sent to the message app. -
getUrl
-
setUrl
-
receivedMessage
public ConversationContentInteractiveApplication receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) The message displayed in the received message bubble. -
getReceivedMessage
-
setReceivedMessage
-
replyMessage
public ConversationContentInteractiveApplication replyMessage(ConversationContentReceivedReplyMessage replyMessage) The message displayed in the reply message bubble. -
getReplyMessage
-
setReplyMessage
-
equals
-
hashCode
public int hashCode() -
toString
-