Share via


ConversationalAgentSession.GetSignalModelIdAsync Method

Definition

Asynchronously retrieves the unique model identifier of the Signal that activated the conversational agent.

public:
 virtual IAsyncOperation<unsigned int> ^ GetSignalModelIdAsync() = GetSignalModelIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint32_t> GetSignalModelIdAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<uint> GetSignalModelIdAsync();
function getSignalModelIdAsync()
Public Function GetSignalModelIdAsync () As IAsyncOperation(Of UInteger)

Returns

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

When this method completes successfully, it returns a unique model identifier.

Attributes

Applies to