KnowledgebaseDTO Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
KnowledgebaseDTO() | |
KnowledgebaseDTO(String, String, String, String, String, String, String, IList<String>, IList<String>) |
KnowledgebaseDTO()
KnowledgebaseDTO(String, String, String, String, String, String, String, IList<String>, IList<String>)
- Source:
- KnowledgebaseDTO.cs
public KnowledgebaseDTO (string id = default, string hostName = default, string lastAccessedTimestamp = default, string lastChangedTimestamp = default, string lastPublishedTimestamp = default, string name = default, string userId = default, System.Collections.Generic.IList<string> urls = default, System.Collections.Generic.IList<string> sources = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.KnowledgebaseDTO : string * string * string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.KnowledgebaseDTO
Public Sub New (Optional id As String = Nothing, Optional hostName As String = Nothing, Optional lastAccessedTimestamp As String = Nothing, Optional lastChangedTimestamp As String = Nothing, Optional lastPublishedTimestamp As String = Nothing, Optional name As String = Nothing, Optional userId As String = Nothing, Optional urls As IList(Of String) = Nothing, Optional sources As IList(Of String) = Nothing)
Paramètres
- id
- String
- hostName
- String
- lastAccessedTimestamp
- String
- lastChangedTimestamp
- String
- lastPublishedTimestamp
- String
- name
- String
- userId
- String
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET