ConversationalAgentSession.GetSignalModelIdAsync 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.
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
When this method completes successfully, it returns a unique model identifier.
- Attributes