CallAgentFeatureCtor type

注意

此 API 以 Beta 版本预览形式提供给开发者,可能根据我们收到的反馈更改。 请勿在生产环境中使用此 API。

表示 CallAgentFeature 对象的构造函数以及上下文参数。

type CallAgentFeatureCtor<TFeature> = (
  context: CallAgentFeatureContext
) => TFeature