Platform SDK: Agent

IAgentNotifySink::Bookmark

HRESULT Bookmark(
   long dwBookMarkID  // bookmark ID
);                          

Notifies a client application when its bookmark completes.

dwBookMarkID
Identifier of the bookmark that resulted in triggering the event.

When you include bookmark tags in a Speak method, you can track when they occur with this event.

See Also

IAgentCharacter::Speak, Microsoft Agent Speech Output Tags