Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentButtonResponse
Packages that use ConversationContentButtonResponse
-
Uses of ConversationContentButtonResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentButtonResponseModifier and TypeMethodDescriptionConversationFormResponseContent.getButtonResponse()ConversationMessageContent.getButtonResponse()ConversationContentButtonResponse.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.The response text from the button click.ConversationContentButtonResponse.type(ConversationContentButtonResponse.TypeEnum type) Describes the button that resulted in the Button Response.Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentButtonResponseModifier and TypeMethodDescriptionConversationFormResponseContent.buttonResponse(ConversationContentButtonResponse buttonResponse) Button response content.ConversationMessageContent.buttonResponse(ConversationContentButtonResponse buttonResponse) Button response content.voidConversationFormResponseContent.setButtonResponse(ConversationContentButtonResponse buttonResponse) voidConversationMessageContent.setButtonResponse(ConversationContentButtonResponse buttonResponse)