Think Updated

Confirms that a Think Configuration change has been applied.
Voice Agent

The ThinkUpdated message is sent by the server to the client to confirm that the Think Configuration has been updated.

Purpose

When receiving a ThinkUpdated message, the new Think Configuration is immediately active and will be used for all subsequent requests. When receiving this message no action is required unless you need to verify the changes.

Example Payload

If the client has sent an UpdateThink message, the server will respond with a ThinkUpdated message to confirm that the Think Configuration has been updated.

JSON
1{
2 "type": "ThinkUpdated"
3}