Compartilhar via


FeedbackRecordsDTO Construtores

Definição

Sobrecargas

FeedbackRecordsDTO()
FeedbackRecordsDTO(IList<FeedbackRecordDTO>)

FeedbackRecordsDTO()

Origem:
FeedbackRecordsDTO.cs
public FeedbackRecordsDTO ();
Public Sub New ()

Aplica-se a

FeedbackRecordsDTO(IList<FeedbackRecordDTO>)

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

Parâmetros

feedbackRecords
IList<FeedbackRecordDTO>

Aplica-se a