Share via


MessagingExtensionParameter interface

Represents a parameter for a messaging extension query.

Properties

name

The name of the parameter.

value

The value of the parameter.

Property Details

name

The name of the parameter.

name?: string

Property Value

string

value

The value of the parameter.

value?: any

Property Value

any