Share via


UpdateQnaDTOContext Constructors

Definition

Overloads

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

UpdateQnaDTOContext()

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

Applies to

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

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

Parameters

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

Applies to