CreateKbInputDTO Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
CreateKbInputDTO() | |
CreateKbInputDTO(IList<QnADTO>, IList<String>, IList<FileDTO>) |
CreateKbInputDTO()
CreateKbInputDTO(IList<QnADTO>, IList<String>, IList<FileDTO>)
- Origem:
- CreateKbInputDTO.cs
public CreateKbInputDTO (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);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.CreateKbInputDTO : 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> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.CreateKbInputDTO
Public Sub New (Optional qnaList As IList(Of QnADTO) = Nothing, Optional urls As IList(Of String) = Nothing, Optional files As IList(Of FileDTO) = Nothing)
Parâmetros
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET