Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.58 KB

CreateWebinarSettingsQuestionAndAnswer.md

File metadata and controls

13 lines (10 loc) · 1.58 KB

# CreateWebinarSettingsQuestionAndAnswer

Properties

Name Type Description Notes
allow_anonymous_questions bool * `true`: Allow participants to send questions without providing their name to the host, co-host, and panelists.. * `false`: Do not allow anonymous questions. [optional]
answer_questions string Indicate whether you want attendees to be able to view answered questions only or view all questions. * `only`: Attendees are able to view answered questions only. * `all`: Attendees are able to view all questions submitted in the Q&A. [optional]
attendees_can_comment bool * `true`: Attendees can answer questions or leave a comment in the question thread. * `false`: Attendees can not answer questions or leave a comment in the question thread [optional]
attendees_can_upvote bool * `true`: Attendees can click the thumbs up button to bring popular questions to the top of the Q&A window. * `false`: Attendees can not click the thumbs up button on questions. [optional]
enable bool * `true`: Enable Q&A for webinar. * `false`: Disable Q&A for webinar. [optional]

[Back to Model list] [Back to API list] [Back to README]