你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpdateContextDTO 构造函数

定义

重载

UpdateContextDTO()
UpdateContextDTO(IList<Nullable<Int32>>, IList<PromptDTO>, Nullable<Boolean>)

UpdateContextDTO()

Source:
UpdateContextDTO.cs
public UpdateContextDTO ();
Public Sub New ()

适用于

UpdateContextDTO(IList<Nullable<Int32>>, IList<PromptDTO>, Nullable<Boolean>)

Source:
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)

参数

promptsToDelete
IList<Nullable<Int32>>
promptsToAdd
IList<PromptDTO>
isContextOnly
Nullable<Boolean>

适用于