Options
All
  • Public
  • Public/Protected
  • All
Menu

The resolved configuration interface of ChatServiceClient class. This is resolved and normalized from the constructor configuration interface.

Type parameters

  • HandlerOptions

  • HandlerOptions

Hierarchy

Index

Properties

Optional customUserAgent

customUserAgent: UserAgent

The custom user agent header that would be appended to default one

endpoint

endpoint: Provider<Endpoint>

Resolved value for input {@link EndpointsInputConfig.endpoint}

maxAttempts

maxAttempts: Provider<number>

Resolved value for input config {@link RetryInputConfig.maxAttempts}

requestHandler

requestHandler: RequestHandler<any, any, HandlerOptions>

retryStrategy

retryStrategy: Provider<RetryStrategy>

Resolved value for input config {@link RetryInputConfig.retryStrategy}

runtime

runtime: string

The runtime environment

useDualstackEndpoint

useDualstackEndpoint: Provider<boolean>

Resolved value for input {@link EndpointsInputConfig.useDualstackEndpoint}