CreateKbDTO Constructors
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.
Overloads
CreateKbDTO() | |
CreateKbDTO(String, IList<QnADTO>, IList<String>, IList<FileDTO>, Nullable<Boolean>, String, String) |
CreateKbDTO()
CreateKbDTO(String, IList<QnADTO>, IList<String>, IList<FileDTO>, Nullable<Boolean>, String, String)
- Source:
- CreateKbDTO.cs
public CreateKbDTO (string name, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADTO> qnaList = default, System.Collections.Generic.IList<string> urls = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FileDTO> files = default, bool? enableHierarchicalExtraction = default, string defaultAnswerUsedForExtraction = default, string language = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.CreateKbDTO : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADTO> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FileDTO> * Nullable<bool> * string * string -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.CreateKbDTO
Public Sub New (name As String, Optional qnaList As IList(Of QnADTO) = Nothing, Optional urls As IList(Of String) = Nothing, Optional files As IList(Of FileDTO) = Nothing, Optional enableHierarchicalExtraction As Nullable(Of Boolean) = Nothing, Optional defaultAnswerUsedForExtraction As String = Nothing, Optional language As String = Nothing)
Parameters
- name
- String
- defaultAnswerUsedForExtraction
- String
- language
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET