Platform SDK: Agent

IAgentUserInput

When the server notifies the input-active client with IAgentNotifySink::Command it returns information through the UserInput 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.