ConversationalAgentSession.SetSignalModelId(UInt32) 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.
Assigns a unique identifier to the model representing the activation audio signal for the conversational agent.
Important
To avoid possible concurrency issues, we recommend using SetSignalModelIdAsync instead.
public:
virtual bool SetSignalModelId(unsigned int signalModelId) = SetSignalModelId;
bool SetSignalModelId(uint32_t const& signalModelId);
public bool SetSignalModelId(uint signalModelId);
function setSignalModelId(signalModelId)
Public Function SetSignalModelId (signalModelId As UInteger) As Boolean
Parameters
- signalModelId
-
UInt32
unsigned int
uint32_t
The unique identifier.
Returns
Boolean
bool
True, if set successfully. Otherwise, false.