QnASuggestionsActivityFactory type

Returns an activity with active learning suggestions. Important: The activity returned should relay the noMatchesText as an option to the end user.

type QnASuggestionsActivityFactory = (
  suggestionsList: string[],
  noMatchesText: string
) => Partial<Activity>