KnowledgeBaseFile(BinaryData) Constructor
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.
Initializes a new instance of KnowledgeBaseFile.
public KnowledgeBaseFile(BinaryData contents);
new Azure.AI.Language.QuestionAnswering.Authoring.KnowledgeBaseFile : BinaryData -> Azure.AI.Language.QuestionAnswering.Authoring.KnowledgeBaseFile
Public Sub New (contents As BinaryData)
Parameters
- contents
- BinaryData
The contents of the file.
In file bodies, this value comes from the body of the request, response, or multipart payload. In JSON bodies, this value is serialized as a field in the response.
Exceptions
contents is null.