QnACardBuilder.GetSuggestionsCard(List<String>, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get active learning suggestions card.
public static Microsoft.Bot.Schema.IMessageActivity GetSuggestionsCard (System.Collections.Generic.List<string> suggestionsList, string cardTitle, string cardNoMatchText);
static member GetSuggestionsCard : System.Collections.Generic.List<string> * string * string -> Microsoft.Bot.Schema.IMessageActivity
Public Shared Function GetSuggestionsCard (suggestionsList As List(Of String), cardTitle As String, cardNoMatchText As String) As IMessageActivity
Parameters
- cardTitle
- String
Title of the cards.
- cardNoMatchText
- String
No match text.
Returns
IMessageActivity.