Partager via


ReplaceKbDTO Constructeurs

Définition

Surcharges

ReplaceKbDTO()
ReplaceKbDTO(IList<QnADTO>)

ReplaceKbDTO()

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

S’applique à

ReplaceKbDTO(IList<QnADTO>)

Source:
ReplaceKbDTO.cs
public ReplaceKbDTO (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADTO> qnAList);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.ReplaceKbDTO : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.QnADTO> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.ReplaceKbDTO
Public Sub New (qnAList As IList(Of QnADTO))

Paramètres

qnAList
IList<QnADTO>

S’applique à