Bases: OCIType
The voice portal record new greeting or personalized name menu keys.
Attributes:
Source code in src/mercury_ocip_fast/commands/commands.py
| @dataclass(kw_only=True)
class RecordNewGreetingOrPersonalizedNameMenuKeysReadEntry(OCIType):
"""The voice portal record new greeting or personalized name menu keys.
Attributes:
end_recording (str):
"""
end_recording: str = field(metadata={"alias": "endRecording"})
|