次の方法で共有


UpdateQuestionsDTO コンストラクター

定義

オーバーロード

UpdateQuestionsDTO()
UpdateQuestionsDTO(IList<String>, IList<String>)

UpdateQuestionsDTO()

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

適用対象

UpdateQuestionsDTO(IList<String>, IList<String>)

ソース:
UpdateQuestionsDTO.cs
public UpdateQuestionsDTO(System.Collections.Generic.IList<string> add = default, System.Collections.Generic.IList<string> delete = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQuestionsDTO : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.UpdateQuestionsDTO
Public Sub New (Optional add As IList(Of String) = Nothing, Optional delete As IList(Of String) = Nothing)

パラメーター

add
IList<String>
delete
IList<String>

適用対象