Share via


MessagingExtensionQuery interface

Represents a query for a messaging extension.

Properties

commandId

The ID of the command.

parameters

A list of parameters for the query.

queryOptions

Options for the query.

state

The state of the query.

Property Details

commandId

The ID of the command.

commandId?: string

Property Value

string

parameters

A list of parameters for the query.

parameters?: MessagingExtensionParameter[]

Property Value

queryOptions

Options for the query.

queryOptions?: MessagingExtensionQueryOptions

Property Value

state

The state of the query.

state?: string

Property Value

string