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
call |
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
CallAgentFeatureCtor<TFeature>