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.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AnswerType | EB1MobileMessageResponseType | Response type (Normal, Positive, or Negative) selected by the receiver. | |
| AnswerPoolIndex | int32 | Index into the answer pool array from which the reply string was chosen. | |
| AnswerStrId | FString | String table key of the specific answer text that was selected. | |
| AppointmentData | FB1AppointmentData | Appointment data associated with this response when the message type is Appointment. |