CiscoCisco
350-901 · Question #64
350-901 Question #64: Real Exam Question with Answer & Explanation
Sign in or unlock 350-901 to reveal the answer and full explanation for question #64. The question stem and answer options stay visible for context.
Cisco Platforms and Development
Question
Refer to the exhibit. Which set of API requests must be executed by a Webex Teams bot after receiving webhook callback to process messages in a room and reply with a new message back to the same room?
Options
- AGET /message&roomId=<ROOM_ID> POST /messages {"roomId":"<ROOM_ID>", "text":"<MESSAGE>"}
- BGET /messages&mentionedPeople=me&roomId=<ROOM_ID> PUT /messages {"roomId":"<ROOM_ID>", "text":"<MESSAGE>"}
- CGET /message&roomId=<ROOM_ID> PUT /messages {"roomId":"<ROOM_ID>", "text":"<MESSAGE>"}
- DGET /message&roomId=<ROOM_ID> POST /messages {"roomId":"<ROOM_ID>", "text":"<MESSAGE>"}
Unlock 350-901 to see the answer
You've previewed enough free 350-901 questions. Unlock 350-901 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Webex Teams API#Bot Programming#REST API Calls#Webhooks