SystemVoiceMessagingGroupGetRequestRI
Bases: OCIRequest
Request the system level data associated with Voice Messaging. The response is either a SystemVoiceMessagingGroupGetResponseRI or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemVoiceMessagingGroupGetRequestRI
client = Client()
command = SystemVoiceMessagingGroupGetRequestRI()
response = client.command(command)
print(response)