interface RESTPostAPIInteractionCallbackWithResponseResult {
    interaction: RESTAPIInteractionCallbackObject;
    resource?: RESTAPIInteractionCallbackResourceObject;
}

Properties

The interaction object associated with the interaction

The resource that was created by the interaction response