Share via


ConversationalAgentSession.SetSignalModelIdAsync(UInt32) Method

Definition

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

Applies to