Stay organized with collections
Save and categorize content based on your preferences.
VirtualSessionInfo Definition
// 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];}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`VirtualSessionInfo` message stores information about a booked virtual session, such as session URL, meeting ID, and password."],["The `session_url`, `meeting_id`, and `password` fields are optional and provide details for accessing the virtual session."],["The `password` field is specifically marked with a semantic type indicating it contains sensitive account credentials."]]],[]]