次の方法で共有


FeedbackRecordsDTO コンストラクター

定義

オーバーロード

FeedbackRecordsDTO()
FeedbackRecordsDTO(IList<FeedbackRecordDTO>)

FeedbackRecordsDTO()

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

適用対象

FeedbackRecordsDTO(IList<FeedbackRecordDTO>)

ソース:
FeedbackRecordsDTO.cs
public FeedbackRecordsDTO (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordDTO> feedbackRecords = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordsDTO : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordDTO> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordsDTO
Public Sub New (Optional feedbackRecords As IList(Of FeedbackRecordDTO) = Nothing)

パラメーター

feedbackRecords
IList<FeedbackRecordDTO>

適用対象