McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 104

↗ View in doc context
page
104
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::88

XML Input/Output Format: For voice dialogs: <Dialog> <requestedAction>UPDATE_CALL_DATA</requestedAction> <mediaProperties> <wrapUpReason>Happy customer!</wrapUpReason> <wrapUpItems> <wrapUpItem>Wrong number</wrapUpItem> <wrapUpItem>Satisfied customer</wrapUpItem> </wrapUpItems> <callvariables> <CallVariable> <name>callVariable1</name> <value>123456789</value> </CallVariable> <CallVariable> ... Other call variables to be modified ... </CallVariable> </callvariables> </callvariables> </mediaProperties> </Dialog> For nonvoice dialogs: <Dialog> <requestedAction>UPDATE_CALL_DATA</requestedAction> <mediaProperties> <callvariables> <CallVariable> <name>{name of the call variable/named variable}</name> <value>{value to be changed}</value> </CallVariable> <CallVariable> ... Other call variables to be modified ... </CallVariable> </callvariables> </mediaProperties> </Dialog> HTTP Request: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 88 Cisco Finesse Desktop APIs Dialog—Update Call Variable Data