exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 109 discussion

Actual exam question from Cisco's 350-901
Question #: 109
Topic #: 1
[All 350-901 Questions]

A bot has been created to respond to alarm messages. A developer is now creating a Webhook to allow the bot to respond to messages.
Which format allows the Webhook to respond to messages for the bot within Webex?

  • A. GET /messages?personId=me&roomId=NETWORK_STATUS Authorization: Bearer THE_BOTS_ACCESS_TOKEN
  • B. GET /messages?mentionedPeople=me&roomId=NETWORK_STATUS Authorization: Bearer THE_BOTS_ACCESS_TOKEN
  • C. GET /messages?mentionedBot=me&roomId=NETWORK_STATUS Authorization: Bearer THE_BOTS_ACCESS_TOKEN
  • D. GET /messages?botId=me&roomId=NETWORK_STATUS Authorization: Bearer THE_BOTS_ACCESS_TOKEN
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
uhugrub
Highly Voted 1 year, 4 months ago
Selected Answer: B
https://developer.webex.com/docs/api/guides/bots
upvoted 9 times
...
Teringzooi
Most Recent 7 months, 3 weeks ago
Selected Answer: B
Correct answer: B GET /messages?mentionedPeople=me&roomId=SOME_INTERESTING_ROOM Authorization: Bearer THE_BOTS_ACCESS_TOKEN https://developer.webex.com/docs/api/guides/bots https://developer.webex.com/docs/bots
upvoted 1 times
...
designated
8 months, 3 weeks ago
Selected Answer: B
The correct answer is B: Reference: GET /messages?mentionedPeople=me&roomId=SOME_INTERESTING_ROOM Authorization: Bearer THE_BOTS_ACCESS_TOKEN https://developer.webex.com/docs/bots
upvoted 1 times
...
QuiShong
11 months, 1 week ago
Should be B.
upvoted 1 times
...
ferock
1 year ago
Selected Answer: B
Note: In group rooms, bots only have access to messages in which they are mentioned. This means that webhooks would only be called when the bot is specifically mentioned in a room (with @). Cisco DEVCOR 350-901 Study Guide
upvoted 1 times
...
ferock
1 year ago
Selected Answer: B
Differences Between Bots and People anchor One key difference between Webex Bots and regular users is that, in group spaces, bots only have access to messages in which they are mentioned. This means that messages:created webhooks only fire when the bot is mentioned in a space. Also, listing messages requires that you specify a special ?mentionedPeople=me query parameter. In addition people have a personId that must be resolved via /people, bots have a Bot Id and a personId. The Bot Id is shown in the apps page and is usually only known to the developer. The bot's personId can be looked up via the bot's email address in /people. GET /messages?mentionedPeople=me&roomId=SOME_INTERESTING_ROOM Authorization: Bearer THE_BOTS_ACCESS_TOKEN https://developer.webex.com/docs/api/guides/bots
upvoted 1 times
...
__al__
1 year, 1 month ago
Selected Answer: B
I would go with B because of the "mentionedPeople=me"
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...