Megosztás a következőn keresztül:


UpdateContextDTO Constructors

Definition

Overloads

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

UpdateContextDTO()

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

Applies to

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)

Parameters

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

Applies to