CallAgentFeatureFactory interface

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the factory of call agent features

Extends

Properties

callAgentApiCtor

The constructor that returns an instance of an call agent feature implementation.

Property Details

callAgentApiCtor

The constructor that returns an instance of an call agent feature implementation.

callAgentApiCtor: CallAgentFeatureCtor<TFeature>

Property Value