VoiceCoveredData
Типы данных, на которые может распространяться голосовое удержание.
перечисления |
---|
COVERED_DATA_UNSPECIFIED | Покрываемые данные не указаны. |
TEXT_MESSAGES | Голосовые текстовые сообщения. |
VOICEMAILS | Голосовые сообщения и их расшифровки. |
CALL_LOGS | Журналы вызовов. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-30 UTC.
[null,null,["Последнее обновление: 2024-10-30 UTC."],[[["A Voice hold can encompass various data types including text messages, voicemails and their transcripts, and call logs."],["The hold can be customized to cover specific data types or left unspecified, represented by the `COVERED_DATA_UNSPECIFIED` enum."]]],["Voice holds can cover various data types, including text messages, voicemails (and their transcripts), and call logs. The `COVERED_DATA_UNSPECIFIED` enum indicates that the specific data type covered is not specified. The other enums, `TEXT_MESSAGES`, `VOICEMAILS`, and `CALL_LOGS`, explicitly denote the inclusion of those specific data types under the voice hold.\n"]]