UpdateContextDTO Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
UpdateContextDTO() | |
UpdateContextDTO(IList<Nullable<Int32>>, IList<PromptDTO>, Nullable<Boolean>) |
UpdateContextDTO()
UpdateContextDTO(IList<Nullable<Int32>>, IList<PromptDTO>, Nullable<Boolean>)
- Quelle:
- UpdateContextDTO.cs
public UpdateContextDTO (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.UpdateContextDTO : 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.UpdateContextDTO
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)
Parameter
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET