Package version:

Interface KnowledgeRetrievalClientOptions

Client options used to configure Cognitive Search API requests.

interface KnowledgeRetrievalClientOptions {
    audience?: string;
    serviceVersion?: string;
}

Hierarchy (view full)

Properties

audience?: string

The Audience to use for authentication with Azure Active Directory (AAD). The audience is not considered when using a shared key. KnownSearchAudience can be used interchangeably with audience

serviceVersion?: string

The service version to use when communicating with the service.