Skip to main content

B1MobileMessageSendData

  • Runtime data for a mobile message send response, recording the selected answer type and its string.
    * Optionally stores appointment data when the message is of the Appointment send type.
PropertyTypeDescriptionMetadata
AnswerTypeEB1MobileMessageResponseTypeResponse type (Normal, Positive, or Negative) selected by the receiver.
AnswerPoolIndexint32Index into the answer pool array from which the reply string was chosen.
AnswerStrIdFStringString table key of the specific answer text that was selected.
AppointmentDataFB1AppointmentDataAppointment data associated with this response when the message type is Appointment.