PromptDTOQna Class
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.
public class PromptDTOQna : Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADTO
type PromptDTOQna = class
inherit QnADTO
Public Class PromptDTOQna
Inherits QnADTO
- Inheritance
Constructors
PromptDTOQna() | |
PromptDTOQna(String, IList<String>, Nullable<Int32>, String, IList<MetadataDTO>, QnADTOContext) |
Properties
Answer | (Inherited from QnADTO) |
Context | (Inherited from QnADTO) |
Id | (Inherited from QnADTO) |
Metadata | (Inherited from QnADTO) |
Questions | (Inherited from QnADTO) |
Source | (Inherited from QnADTO) |
Methods
Validate() |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET