UpdateQnaDTOContext Class

Definition

public class UpdateQnaDTOContext : Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateContextDTO
type UpdateQnaDTOContext = class
    inherit UpdateContextDTO
Public Class UpdateQnaDTOContext
Inherits UpdateContextDTO
Inheritance
UpdateQnaDTOContext

Constructors

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

Properties

IsContextOnly (Inherited from UpdateContextDTO)
PromptsToAdd (Inherited from UpdateContextDTO)
PromptsToDelete (Inherited from UpdateContextDTO)

Applies to