ConversationalAgentSession.GetSupportedSignalModelIdsAsync 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<IVectorView<unsigned int> ^> ^ GetSupportedSignalModelIdsAsync() = GetSupportedSignalModelIdsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<uint32_t>> GetSupportedSignalModelIdsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<uint>> GetSupportedSignalModelIdsAsync();
function getSupportedSignalModelIdsAsync()
Public Function GetSupportedSignalModelIdsAsync () As IAsyncOperation(Of IReadOnlyList(Of UInteger))
Returns
Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<unsigned int>>
IAsyncOperation<IVectorView<uint32_t>>
When this method completes successfully, it returns a collection of unique Signal model identifiers.
- Attributes