exam questions

Exam 300-835 All Questions

View all questions & answers for the 300-835 exam

Exam 300-835 topic 1 question 3 discussion

Actual exam question from Cisco's 300-835
Question #: 3
Topic #: 1
[All 300-835 Questions]


Refer to the exhibit. Which code snippet is used to mention the bot [email protected]?

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
moslig
Highly Voted 1 year, 4 months ago
I guess this should be A. Mention by Email Hi <@personEmail:[email protected]|Bobby>, your order has been processed. Aus <https://developer.webex.com/docs/api/basics>
upvoted 6 times
...
Nicetomeetyou
Most Recent 9 months, 2 weeks ago
Agree With A, From the Webex Messaging Api sdk: { "roomId" : "{{_room}}", "markdown" : "Hi <@personEmail:[email protected]|CiscoDevNet>, your order has been processed." }
upvoted 2 times
...
VincentVega
9 months, 3 weeks ago
Yes A https://documenter.getpostman.com/view/30210/71CYsEp curl --location --request POST 'https://webexapis.com/v1/messages' \ --header 'Authorization: Bearer {{access_token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "roomId" : "{{_room}}", "markdown" : "Hi <@personEmail:[email protected]|CiscoDevNet>, your order has been processed." }'
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 ...