Platform SDK: Agent

IAgentCharacter::SetDescription

HRESULT SetDescription(
   BSTR bszDescription   // character description
); 

Sets the description of the character.

bszDescription
A BSTR that sets the description for the character. A character's default description is defined when it is compiled with the Microsoft Agent Character Editor. The description setting is optional and may not be supplied for all characters. You can change the character's description using IAgentCharacter::SetDescription; however, this value is not persistent (stored permanently). The character's description reverts to its default setting whenever the character is first loaded by a client.

See Also

IAgentCharacter::GetDescription