CallCenterMediaOnHoldSourceRead22
Bases: OCIType
Contains the call center media on hold source configuration.
Attributes:
audio_message_source_selection (str):
audio_url_list (Optional[CallCenterAnnouncementURLList]):
audio_file_list (Optional[CallCenterAnnouncementFileListRead20]):
external_audio_source (Optional[AccessDeviceEndpointWithPortNumberRead22]):
video_message_source_selection (Optional[str]):
video_url_list (Optional[CallCenterAnnouncementURLList]):
video_file_list (Optional[CallCenterAnnouncementFileListRead20]):
external_video_source (Optional[AccessDeviceEndpointWithPortNumberRead22]):
Source code in src/mercury_ocip/commands/commands.py
22940 22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 22954 22955 22956 22957 22958 22959 22960 22961 22962 22963 22964 22965 22966 22967 22968 22969 22970 22971 22972 22973 22974 22975 22976 22977 22978 22979 22980 22981 22982 22983 22984 22985 22986 22987 22988 22989 22990 22991 22992 22993 22994 | |