QnACardBuilder.GetSuggestionsCard(List<String>, String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得主動式學習建議卡片。
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
參數
- cardTitle
- String
卡片的標題。
- cardNoMatchText
- String
沒有相符的文字。
傳回
IMessageActivity。