Skip to content

ChangeCurrentIntroductionOrMessageOrReplyMenuKeysModifyEntry

Bases: OCIType

The voice portal change current introduction or message or reply menu keys modify entry.

Attributes:

end_recording (Optional[str]):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class ChangeCurrentIntroductionOrMessageOrReplyMenuKeysModifyEntry(OCIType):
    """The voice portal change current introduction or message or reply menu keys modify entry.

    Attributes:

        end_recording (Optional[str]):

    """

    end_recording: Optional[str] = field(
        default=None, metadata={"alias": "endRecording"}
    )