putMessageFeedback
inline suspend fun PinpointSmsVoiceV2Client.putMessageFeedback(crossinline block: PutMessageFeedbackRequest.Builder.() -> Unit): PutMessageFeedbackResponse
Set the MessageFeedbackStatus as RECEIVED
or FAILED
for the passed in MessageId.
If you use message feedback then you must update message feedback record. When you receive a signal that a user has received the message you must use PutMessageFeedback
to set the message feedback record as RECEIVED
; Otherwise, an hour after the message feedback record is set to FAILED
.