Skip to content

Commit

Permalink
πŸ‘‰ **added**: ani, dnis and callId voice property
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Jul 29, 2024
1 parent ddf7530 commit a8664c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/chatbot-design-studio/utils-variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ export var variableList: Array<{key: string, elements: Array<any>}> = [
{ name: 'voice Name', value: 'voiceName', description: 'CDSvariablesList.voiceFlowElements.voiceName.description', src: '', icon:'person'},
{ name: 'event', value: 'event', description: 'CDSvariablesList.voiceFlowElements.event.description', src: '', icon:'perm_phone_msg'},
{ name: 'last block', value: 'lastBlock', description: 'CDSvariablesList.voiceFlowElements.lastBlock.description', src: '', icon:'perm_phone_msg'},
{ name: 'callId', value: 'callId', description: 'CDSvariablesList.voiceFlowElements.callId.description', src: '', icon:'perm_phone_msg'},
{ name: 'dnis', value: 'dnis', description: 'CDSvariablesList.voiceFlowElements.dnis.description', src: '', icon:'perm_phone_msg'},
{ name: 'ani', value: 'ani', description: 'CDSvariablesList.voiceFlowElements.ani.description', src: '', icon:'perm_phone_msg'},
]
}
]
Expand Down

0 comments on commit a8664c7

Please sign in to comment.