VoiceCoveredData
I tipi di dati che possono essere coperti da un blocco di Voice.
Enum |
COVERED_DATA_UNSPECIFIED |
Dati coperti non specificati. |
TEXT_MESSAGES |
SMS. |
VOICEMAILS |
Messaggi vocali e relative trascrizioni. |
CALL_LOGS |
Registri chiamate. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-22 UTC.
[null,null,["Ultimo aggiornamento 2024-08-22 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"]]