DRAG DROP

Refer to the exhibit. A developer has implemented ChatOps to a Webex Teams space as described in the exhibit. The Python script that pushes the notifications to the Teams space is shown. Drag and drop the code to complete the script. Not all options are used.
Select and Place:

DRAG DROP
Drag and drop the correct items from the right to complete this Python script to automate the creation of Cisco Webex Teams spaces and memberships. Not all options are used.
Select and Place:

Which two files must be downloaded from a Cisco Unified Communications Manager server in order to build requests for the AXL API? (Choose two.)
A. AXLEnums.xsd
B. AXL_CUCM.xsd
C. AXLSoap.xsd
D. CUCM_AXL.json
E. AXLWSDL.xml
Which two capabilities can be implemented in a custom application using the Cisco Unified IP Phone Services API? (Choose two.)
A. Authenticate the phone to the network.
B. Display corporate directory information.
C. Play multicast messages.
D. Upgrade phone firmware.
E. Create new phone devices.
Which two use cases can be accomplished using the Finesse JavaScript library? (Choose two.)
A. Integrate customer relationship management capabilities into the Finesse agent desktop.
B. Build a custom browser-based agent desktop.
C. Build a Finesse gadget to add quick dial to the Finesse agent desktop.
D. Build a Finesse gadget to create new agents on the Finesse system.
E. Build a Finesse gadget to configure Finesse log levels for the Finesse administrator console.
A Webex Teams bot receives a Webhook payload, which notifies the bot that a message was created in a space. Which two API requests must be issued for the bot to answer the author of the message? (Choose two.)
A. POST /v1/messages
B. GET /v1/messages/{messageId}
C. GET /v1/webhooks/{webhookId}
D. PUT /v1/messages/{messageId}
E. POST /v1/webhooks
Which statement is true for JavaScript Macros deployed on a Cisco Collaboration room device?
A. Macros can register to receive any event that is local to the device.
B. There is no hard limit to the number of macros that can be deployed.
C. A macro can store data using a local JavaScript datastore.
D. Macros execute in the order defined in the Macro Editor.

Refer to the exhibit. This Python script uses the websocket-based, xAPI library "pyxows' to monitor and print event details to the console when users interact with UI Extension/In-Room Control `Action Buttons' deployed to the Touch-10 interface of a Webex room device. Which two code snippets successfully capture such events? (Choose two.)
A. await client.xEvent([`Event', `**'], callback)
B. await client.subscribe([`Event', `ActionButton', `Clicked'], callback)
C. await client.subscribe([`Event', `**'], callback)
D. await client.xEvent([`Event', `UserInterface', `Extensions', `Panel', `Clicked'], callback)
E. await client.subscribe([`Event', `UserInterface', `Extensions', `Panel', `Clicked'], callback)
Which URI for XML APIs is used in Cisco Webex Meetings to manage users, meetings, events, and trainings?
A. https://api.webex.com/v1/
B. https://api.webex.com/WBXService/XMLService
C. https://api.webex.com/v1/meetings
D. https://api.webex.com/MeetingsService/XMLService

Refer to the exhibit. Based on this Webex Meetings XML API schema snippet, which XML object is a valid

A. Option A
B. Option B
C. Option C
D. Option D