-
New
KnowledgeBaseCost
in Call Costs:: You can now access detailed costs related to knowledge base queries in a call through the newKnowledgeBaseCost
type incall.costs[type=knowledge-base]
. This helps in tracking expenses when using knowledge base features during calls. -
Deprecated
smartEndpointingEnabled
Property: ThesmartEndpointingEnabled
property inStartSpeakingPlan
is now deprecated. Developers should update their applications to use the newsmartEndpointingPlan
orcustomEndpointingRules
for controlling endpointing behavior. -
Advanced Endpointing with
smartEndpointingPlan
andcustomEndpointingRules
: TheStartSpeakingPlan
now includessmartEndpointingPlan
andcustomEndpointingRules
properties, providing enhanced control over speech endpointing. Developers can specify endpointing methods or define custom rules to improve conversational interactions.
The smartEndpointingEnabled
property in StartSpeakingPlan
is now deprecated. Developers should update their applications to use the new smartEndpointingPlan
or customEndpointingRules
for controlling endpointing behavior.