// Information related to the virtual session which was booked.messageVirtualSessionInfo{// URL which was created for the virtual session. (optional)stringsession_url=1;// The meeting id which was created for the virtual session. (optional)stringmeeting_id=2;// Password required to access the session. (optional)stringpassword=3[(datapol.semantic_type)=ST_ACCOUNT_CREDENTIAL];}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-05-24。"],[[["`VirtualSessionInfo` message stores details about a booked virtual session, including session URL, meeting ID, and password."],["The fields `session_url`, `meeting_id`, and `password` within `VirtualSessionInfo` are optional and may not always be populated."],["The `password` field is treated as an account credential and should be handled with appropriate security measures."]]],["The `VirtualSessionInfo` message defines data related to a booked virtual session. It includes the `session_url` for accessing the session, an optional `meeting_id`, and an optional `password` required for access, categorized as an account credential. These fields provide the necessary information for a user to join a scheduled virtual session. The information provided is optional and could be empty.\n"]]