UserVoiceMessagingUserGetAdvancedVoiceManagementRequest14sp3
Bases: OCIRequest
Get the user's voice messaging advanced voice management service setting. The response is either a UserVoiceMessagingUserGetAdvancedVoiceManagementResponse14sp3 or an ErrorResponse.
Attributes:
user_id (str):
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 UserVoiceMessagingUserGetAdvancedVoiceManagementRequest14sp3
client = Client()
command = UserVoiceMessagingUserGetAdvancedVoiceManagementRequest14sp3(
user_id=...,
)
response = client.command(command)
print(response)