次の方法で共有


FeedbackRecordDTO コンストラクター

定義

オーバーロード

FeedbackRecordDTO()
FeedbackRecordDTO(String, String, Nullable<Int32>)

FeedbackRecordDTO()

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

適用対象

FeedbackRecordDTO(String, String, Nullable<Int32>)

ソース:
FeedbackRecordDTO.cs
public FeedbackRecordDTO(string userId = default, string userQuestion = default, int? qnaId = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordDTO : string * string * Nullable<int> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordDTO
Public Sub New (Optional userId As String = Nothing, Optional userQuestion As String = Nothing, Optional qnaId As Nullable(Of Integer) = Nothing)

パラメーター

userId
String
userQuestion
String
qnaId
Nullable<Int32>

適用対象