QnAMakerDialog.EndpointKey Property

Definition

Gets or sets the QnA Maker endpoint key to use to query the knowledge base.

public AdaptiveExpressions.Properties.StringExpression EndpointKey { get; set; }
member this.EndpointKey : AdaptiveExpressions.Properties.StringExpression with get, set
Public Property EndpointKey As StringExpression

Property Value

The QnA Maker endpoint key to use or an expression which evaluates to the endpoint key.

Applies to