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

    Represents a parameter for a messaging extension query.

    interface MessagingExtensionParameter {
        name?: string;
        value?: any;
    }
    Index

    Properties

    Properties

    name?: string

    The name of the parameter.

    value?: any

    The value of the parameter.