ConversationalAgentSession.SetSignalModelIdAsync(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.
Asynchronously assigns a unique identifier to the model representing the activation audio signal for the conversational agent.
public:
virtual IAsyncOperation<bool> ^ SetSignalModelIdAsync(unsigned int signalModelId) = SetSignalModelIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> SetSignalModelIdAsync(uint32_t const& signalModelId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> SetSignalModelIdAsync(uint signalModelId);
function setSignalModelIdAsync(signalModelId)
Public Function SetSignalModelIdAsync (signalModelId As UInteger) As IAsyncOperation(Of Boolean)
Parameters
- signalModelId
-
UInt32
unsigned int
uint32_t
The unique identifier.
Returns
An asynchronous operation with a value of true if the model identifier was set successfully; otherwise false.
- Attributes