ConversationalAgentSession.GetSupportedSignalModelIds 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.
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
A collection of unique Signal model identifiers.