KnowledgebaseDTO Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- id
- String
- hostName
- String
- lastAccessedTimestamp
- String
- lastChangedTimestamp
- String
- lastPublishedTimestamp
- String
- name
- String
- userId
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET