QnAMakerEndpoint.QnAServiceType Property
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.
Gets or sets the QnAServiceType to query QnAMaker or Custom Question Answering Knowledge Base.
public Microsoft.Bot.Builder.AI.QnA.Models.ServiceType QnAServiceType { get; set; }
member this.QnAServiceType : Microsoft.Bot.Builder.AI.QnA.Models.ServiceType with get, set
Public Property QnAServiceType As ServiceType
Property Value
Valid value Language for Language Service, QnAMaker for QnAMaker.