Interface InlineNextActionLink

Represents an inline next action embedded within the current context.

interface InlineNextActionLink {
    action: NextAction;
    type: "inline";
}

Properties

Properties

action: NextAction

The next action to be performed

type: "inline"

Indicates the type of the link.