UpdateQnaDTO 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
UpdateQnaDTO() | |
UpdateQnaDTO(Nullable<Int32>, String, String, UpdateQnaDTOQuestions, UpdateQnaDTOMetadata, UpdateQnaDTOContext) |
UpdateQnaDTO()
UpdateQnaDTO(Nullable<Int32>, String, String, UpdateQnaDTOQuestions, UpdateQnaDTOMetadata, UpdateQnaDTOContext)
- Origem:
- UpdateQnaDTO.cs
public UpdateQnaDTO (int? id = default, string answer = default, string source = default, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOQuestions questions = default, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOMetadata metadata = default, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOContext context = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTO : Nullable<int> * string * string * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOQuestions * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOMetadata * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOContext -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTO
Public Sub New (Optional id As Nullable(Of Integer) = Nothing, Optional answer As String = Nothing, Optional source As String = Nothing, Optional questions As UpdateQnaDTOQuestions = Nothing, Optional metadata As UpdateQnaDTOMetadata = Nothing, Optional context As UpdateQnaDTOContext = Nothing)
Parâmetros
- answer
- String
- source
- String
- questions
- UpdateQnaDTOQuestions
- metadata
- UpdateQnaDTOMetadata
- context
- UpdateQnaDTOContext
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