// 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"]],["최종 업데이트: 2025-05-24(UTC)"],[[["`VirtualSessionInfo` stores details about a booked virtual session, including a session URL, meeting ID, and potentially a password."],["The fields `session_url`, `meeting_id`, and `password` are optional and may not always be populated."],["The `password` field is treated as sensitive account credential information."]]],["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"]]