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

    Represents a query for a messaging extension.

    interface MessagingExtensionQuery {
        commandId?: string;
        parameters?: MessagingExtensionParameter[];
        queryOptions?: MessagingExtensionQueryOptions;
        state?: string;
    }
    Index

    Properties

    commandId?: string

    The ID of the command.

    A list of parameters for the query.

    Options for the query.

    state?: string

    The state of the query.