Uses of Class
com.mypurecloud.sdk.v2.model.ButtonResponse
Packages that use ButtonResponse
-
Uses of ButtonResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ButtonResponseModifier and TypeMethodDescriptionRecordingFormResponseContent.getButtonResponse()RecordingMessagingMessage.getButtonResponse()ButtonResponse.messageType(ButtonResponse.MessageTypeEnum messageType) Button response message type that captures QuickReply , Cards and Carousel.This is used as label for Card selectionButtonResponse.originatingMessageId(String originatingMessageId) Reference to the ID of the original message (e.g., list picker) this button response is replying to.Content of the textback payload after clicking a buttonText to show inside the Button reply.ButtonResponse.type(ButtonResponse.TypeEnum type) Button response type that captures Button and QuickReply type responsesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ButtonResponseMethods in com.mypurecloud.sdk.v2.model with parameters of type ButtonResponseModifier and TypeMethodDescriptionRecordingFormResponseContent.buttonResponse(ButtonResponse buttonResponse) Button response content.RecordingMessagingMessage.buttonResponse(ButtonResponse buttonResponse) Button Response selected by user for this message.voidRecordingFormResponseContent.setButtonResponse(ButtonResponse buttonResponse) voidRecordingMessagingMessage.setButtonResponse(ButtonResponse buttonResponse) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ButtonResponseModifier and TypeMethodDescriptionRecordingMessagingMessage.buttonResponses(List<ButtonResponse> buttonResponses) List of Button Response selected by user for this message.voidRecordingMessagingMessage.setButtonResponses(List<ButtonResponse> buttonResponses)