QnAMakerOptions.IsTest Property

Definition

Gets or sets a value indicating whether to call test or prod environment of knowledge base to be called.

public bool IsTest { get; set; }
member this.IsTest : bool with get, set
Public Property IsTest As Boolean

Property Value

A value indicating whether to call test or prod environment of knowledge base.

Applies to