Share via


KnowledgeBaseFile(BinaryData) Constructor

Definition

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.

Applies to