UpdateQnaDTOContext 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
UpdateQnaDTOContext() | |
UpdateQnaDTOContext(IList<Nullable<Int32>>, IList<PromptDTO>, Nullable<Boolean>) |
UpdateQnaDTOContext()
UpdateQnaDTOContext(IList<Nullable<Int32>>, IList<PromptDTO>, Nullable<Boolean>)
- Origem:
- UpdateQnaDTOContext.cs
public UpdateQnaDTOContext (System.Collections.Generic.IList<int?> promptsToDelete = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.PromptDTO> promptsToAdd = default, bool? isContextOnly = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOContext : System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.PromptDTO> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQnaDTOContext
Public Sub New (Optional promptsToDelete As IList(Of Nullable(Of Integer)) = Nothing, Optional promptsToAdd As IList(Of PromptDTO) = Nothing, Optional isContextOnly As Nullable(Of Boolean) = 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