Documentation - v1.2.0-alpha.5
    Preparing search index...

    Represents an action for a messaging extension.

    interface MessagingExtensionAction {
        activityPreview?: Activity[];
        commandContext?: CommandContext;
        commandId?: string;
        context?: TaskModuleRequestContext;
        data?: any;
        messagePayload?: MessageActionsPayload;
        messagePreviewAction?: MessagePreviewActionType;
        tabContext?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    activityPreview?: Activity[]

    A list of activities for the agent activity preview.

    commandContext?: CommandContext

    The context of the command.

    commandId?: string

    The ID of the command.

    The context of the task module request.

    data?: any

    The data of the task module request.

    messagePayload?: MessageActionsPayload

    The payload of the message actions.

    messagePreviewAction?: MessagePreviewActionType

    The type of action for the agent message preview.

    tabContext?: any

    The tab context of the task module request.