Question 3 of 28 from exam 300-835-CLAUTO: Automating Cisco Collaboration Solutions

Question 3 of 28 from exam 300-835-CLAUTO: Automating Cisco Collaboration Solutions

Question

#!/usr/bin/env python
import os
import requests

os.environ.get (‘ACCESS_TOKEN’)
/api .ciscospark.com/v1/messages”

mentionName + “, your registration is confirmed”
payload ‘coomId: roomId, “markdown”: markdownTxt }
headers

“authorization”: “Bearer “ + token,
“Content-type”: “application/json”

response = requests. request ("POST”, url, data-payload, headers = headers)

Refer to the exhibit.

Which code snippet is used to mention the bot CiscoDevNet@webex.bot?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.