Share via


ConversationalAgentSession.GetSupportedSignalModelIds Method

Definition

Retrieves the collection of unique Signal model identifiers supported by the conversational agent.

Important

To avoid possible concurrency issues, we recommend using GetSupportedSignalModelIdsAsync instead.

public:
 virtual IVectorView<unsigned int> ^ GetSupportedSignalModelIds() = GetSupportedSignalModelIds;
IVectorView<uint32_t> GetSupportedSignalModelIds();
public IReadOnlyList<uint> GetSupportedSignalModelIds();
function getSupportedSignalModelIds()
Public Function GetSupportedSignalModelIds () As IReadOnlyList(Of UInteger)

Returns

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

A collection of unique Signal model identifiers.

Applies to

See also