ConversationalAgentSession.GetSignalModelId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the unique model identifier of the Signal that activated the conversational agent.
Important
To avoid possible concurrency issues, we recommend using GetSignalModelIdAsync instead.
public:
virtual unsigned int GetSignalModelId() = GetSignalModelId;
uint32_t GetSignalModelId();
public uint GetSignalModelId();
function getSignalModelId()
Public Function GetSignalModelId () As UInteger
Returns
The unique model identifier.