ConversationalAgentSession.GetSupportedSignalModelIdsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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))
Retours
Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView>
IAsyncOperation<IVectorView<uint32_t>>
Lorsque cette méthode se termine correctement, elle retourne une collection d’identificateurs de modèle Signal uniques.
- Attributs