QnAMakerDialog.CardNoMatchResponse Property

Definition

Gets or sets the template to send the user if they select the no match option on an active learning card.

public Microsoft.Bot.Builder.Dialogs.ITemplate<Microsoft.Bot.Schema.Activity> CardNoMatchResponse { get; set; }
member this.CardNoMatchResponse : Microsoft.Bot.Builder.Dialogs.ITemplate<Microsoft.Bot.Schema.Activity> with get, set
Public Property CardNoMatchResponse As ITemplate(Of Activity)

Property Value

ITemplate<Activity>

The template to send the user if they select the no match option on an active learning card.

Applies to