UpdateKbOperationDTO Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UpdateKbOperationDTO() | |
UpdateKbOperationDTO(UpdateKbOperationDTOAdd, UpdateKbOperationDTODelete, UpdateKbOperationDTOUpdate, Nullable<Boolean>, String) |
UpdateKbOperationDTO()
UpdateKbOperationDTO(UpdateKbOperationDTOAdd, UpdateKbOperationDTODelete, UpdateKbOperationDTOUpdate, Nullable<Boolean>, String)
- Source:
- UpdateKbOperationDTO.cs
public UpdateKbOperationDTO (Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateKbOperationDTOAdd add = default, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateKbOperationDTODelete delete = default, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateKbOperationDTOUpdate update = default, bool? enableHierarchicalExtraction = default, string defaultAnswerUsedForExtraction = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateKbOperationDTO : Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateKbOperationDTOAdd * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateKbOperationDTODelete * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateKbOperationDTOUpdate * Nullable<bool> * string -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateKbOperationDTO
Public Sub New (Optional add As UpdateKbOperationDTOAdd = Nothing, Optional delete As UpdateKbOperationDTODelete = Nothing, Optional update As UpdateKbOperationDTOUpdate = Nothing, Optional enableHierarchicalExtraction As Nullable(Of Boolean) = Nothing, Optional defaultAnswerUsedForExtraction As String = Nothing)
Parameters
- delete
- UpdateKbOperationDTODelete
- update
- UpdateKbOperationDTOUpdate
- defaultAnswerUsedForExtraction
- String