Changelog
Get the (almost) daily changelog
Phone Keypad Input Support, OAuth2 and Analytics Improvements
- Keypad Input Support for Phone Calls: A new
keypadInputPlan
feature has been added to enable handling of DTMF (touch-tone) keypad inputs during phone calls. This allows your voice assistant to collect numeric input from callers, like account numbers, menu selections, or confirmation codes.
Configuration options:
The feature can be configured in:
assistant.keypadInputPlan
call.squad.members.assistant.keypadInputPlan
call.squad.members.assistantOverrides.keypadInputPlan
- OAuth2 Authentication Enhancement: The
OAuth2AuthenticationPlan
now includes ascope
property to specify access scopes when authenticating. This allows more granular control over permissions when integrating with OAuth2-based services.
The scope property can be configured at:
assistant.credentials.authenticationPlan
call.squad.members.assistant.credentials.authenticationPlan
-
New Analytics Metric: Minutes Used The
AnalyticsOperation
schema now includes a new column option:minutesUsed
. This metric allows you to track and analyze the duration of calls in your usage reports and analytics dashboards. -
Removed TrieveKnowledgeBaseCreate Schema: Removed
TrieveKnowledgeBaseCreate
schema from
TrieveKnowledgeBase.createPlan
CreateTrieveKnowledgeBaseDTO.createPlan
UpdateTrieveKnowledgeBaseDTO.createPlan