AutoAttendantReadMenu19
Bases: OCIType
The configuration of the automated receptionist greeting prompt and dialing menu to be used during after business hours.
Attributes:
announcement_selection (str):
audio_file_description (Optional[str]):
audio_media_type (Optional[str]):
video_file_description (Optional[str]):
video_media_type (Optional[str]):
enable_first_menu_level_extension_dialing (bool):
key_configuration (Optional[List[AutoAttendantKeyReadConfiguration19]]):
Source code in src/mercury_ocip/commands/commands.py
23031 23032 23033 23034 23035 23036 23037 23038 23039 23040 23041 23042 23043 23044 23045 23046 23047 23048 23049 23050 23051 23052 23053 23054 23055 23056 23057 23058 23059 23060 23061 23062 23063 23064 23065 23066 23067 23068 23069 23070 23071 23072 23073 23074 23075 23076 23077 23078 23079 23080 23081 | |