Compartir a través de


DeleteKbContentsDTO Constructores

Definición

Sobrecargas

DeleteKbContentsDTO()
DeleteKbContentsDTO(IList<Nullable<Int32>>, IList<String>)

DeleteKbContentsDTO()

Source:
DeleteKbContentsDTO.cs
public DeleteKbContentsDTO ();
Public Sub New ()

Se aplica a

DeleteKbContentsDTO(IList<Nullable<Int32>>, IList<String>)

Source:
DeleteKbContentsDTO.cs
public DeleteKbContentsDTO (System.Collections.Generic.IList<int?> ids = default, System.Collections.Generic.IList<string> sources = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.DeleteKbContentsDTO : System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.DeleteKbContentsDTO
Public Sub New (Optional ids As IList(Of Nullable(Of Integer)) = Nothing, Optional sources As IList(Of String) = Nothing)

Parámetros

sources
IList<String>

Se aplica a