Package com.mypurecloud.sdk.v2.model
Class ConversationContentButtonResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentButtonResponse
- All Implemented Interfaces:
Serializable
Button response object representing the click of a structured message button, such as a quick reply.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDescribes the button that resulted in the Button Response. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetText()getType()inthashCode()originatingMessageId(String originatingMessageId) Reference to the ID of the original message (e.g., list picker) this button response is replying to.The response payload associated with the clicked button.voidsetOriginatingMessageId(String originatingMessageId) voidsetPayload(String payload) voidvoidThe response text from the button click.toString()Describes the button that resulted in the Button Response.
-
Constructor Details
-
ConversationContentButtonResponse
public ConversationContentButtonResponse() -
ConversationContentButtonResponse
-
-
Method Details
-
originatingMessageId
Reference to the ID of the original message (e.g., list picker) this button response is replying to. -
getOriginatingMessageId
-
setOriginatingMessageId
-
type
Describes the button that resulted in the Button Response. -
getType
-
setType
-
text
The response text from the button click. -
getText
-
setText
-
payload
The response payload associated with the clicked button. -
getPayload
-
setPayload
-
equals
-
hashCode
public int hashCode() -
toString
-