Message Creation Details
data class MessageCreationDetails(val messageCreation: MessageCreationDetails.MessageCreation) : RunStep.Details
Represents the details of a RunStep.Type.MESSAGE_CREATION step. This stores the ID of the message that was created. You can use this ID to get the message object from the MessageHandler.retrieve function.
Properties
Link copied to clipboard
The data for the message creation
Link copied to clipboard
The type of data stored by this step. This will match RunStep.type.