Skip to content

ChangeCurrentIntroductionOrMessageOrReplyMenuKeysReadEntry

Bases: OCIType

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

Attributes:

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

    Attributes:

        end_recording (str):

    """

    end_recording: str = field(metadata={"alias": "endRecording"})