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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET