Package version:

Interface RunStepMessageCreationDetails

The detailed information associated with a message creation run step.

interface RunStepMessageCreationDetails {
    messageCreation: RunStepMessageCreationReference;
    type: "message_creation";
}

Hierarchy (view full)

Properties

Information about the message creation associated with this run step.

type

The object type, which is always 'message_creation'.