Interface ActionDetails

The parameters supplied to a message action like delete or update.

interface ActionDetails {
    description?: string;
    metadata?: ActionMetadata;
}

Hierarchy (view full)

Properties

description?: string

Optional description for the message action.

metadata?: ActionMetadata

Optional metadata that will be added to the action. Defaults to empty.