次の方法で共有


ReplaceKbDTO コンストラクター

定義

オーバーロード

ReplaceKbDTO()
ReplaceKbDTO(IList<QnADTO>)

ReplaceKbDTO()

ソース:
ReplaceKbDTO.cs
public ReplaceKbDTO();
Public Sub New ()

適用対象

ReplaceKbDTO(IList<QnADTO>)

ソース:
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))

パラメーター

qnAList
IList<QnADTO>

適用対象