BookshelfClient class

Client for the Microsoft Discovery Bookshelf service. Exposes the knowledgeBases operation group for managing and querying knowledge bases.

Constructors

BookshelfClient(string, TokenCredential, BookshelfClientOptionalParams)

Creates an instance of BookshelfClient.

Properties

knowledgeBases

The operation groups for knowledgeBases

pipeline

The pipeline used by this client to make requests

Constructor Details

BookshelfClient(string, TokenCredential, BookshelfClientOptionalParams)

Creates an instance of BookshelfClient.

new BookshelfClient(endpointParam: string, credential: TokenCredential, options?: BookshelfClientOptionalParams)

Parameters

endpointParam

string

The Discovery Bookshelf endpoint, for example https://<region>.bookshelf.discovery.microsoft.com.

credential
TokenCredential

Credential used to authenticate requests to the service.

options
BookshelfClientOptionalParams

Optional parameters for configuring the client.

Property Details

knowledgeBases

The operation groups for knowledgeBases

knowledgeBases: KnowledgeBasesOperations

Property Value

pipeline

The pipeline used by this client to make requests

pipeline: Pipeline

Property Value