Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]
When the server notifies the input-active client with IAgentNotifySink::Command, it returns information through the IAgentUserInput object. IAgentUserInput defines an interface that allows applications to query these values.
Methods in Vtable Order
| IAgentUserInput Methods | Description |
|---|---|
| GetCount | Returns the number of command alternatives returned in a Command event. |
| GetItemID | Returns the ID for a specific Command alternative. |
| GetItemConfidence | Returns the value of the Confidence property for a specific Command alternative. |
| GetItemText | Returns the value of Voice text for a specific Command alternative. |
| GetAllItemData | Returns the data for all Command alternatives. |