Settings Applied

Confirm the server has successfully received and applied the Settings Configuration message.

What is the SettingsApplied Message

The SettingsApplied message is a JSON message that confirms the server has successfully received and applied the SettingsConfiguration message.

Receiving SettingsApplied

The server will send a SettingsApplied message as confirmation that the server received the Settings Configuration message.

{
  "type": "SettingsApplied",
}

Conclusion

The SettingsApplied message confirms that the server has successfully received and applied the SettingsConfiguration message. This ensures synchronization between the client and server, providing assurance that the desired settings are now in effect. By sending this message, the server enables the voice agent to proceed with operations based on the updated configuration confidently and without ambiguity.