SearchInvokeValue interface

Defines the structure that arrives in the Activity.Value for Invoke activity with Name of 'application/search'.

Properties

context

The the context information about the query. Such as the UI control that issued the query. The type of the context field is object and is dependent on the kind field. For search and searchAnswers, there is no defined context value.

kind

The kind of the search invoke value. Must be either search, searchAnswer or typeAhead.

queryOptions

The SearchInvokeOptions for this search invoke value.

queryText

The query text for the search invoke value.

Property Details

context

The the context information about the query. Such as the UI control that issued the query. The type of the context field is object and is dependent on the kind field. For search and searchAnswers, there is no defined context value.

context: any

Property Value

any

kind

The kind of the search invoke value. Must be either search, searchAnswer or typeAhead.

kind: string

Property Value

string

queryOptions

The SearchInvokeOptions for this search invoke value.

queryOptions: SearchInvokeOptions

Property Value

queryText

The query text for the search invoke value.

queryText: string

Property Value

string