Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 980 Bytes

File metadata and controls

30 lines (19 loc) · 980 Bytes
-api-id M:Windows.ApplicationModel.ConversationalAgent.ConversationalAgentSession.GetSupportedSignalModelIds
-api-type winrt method
ms.custom 19H1

Windows.ApplicationModel.ConversationalAgent.ConversationalAgentSession.GetSupportedSignalModelIds

-description

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

Important

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

-returns

A collection of unique Signal model identifiers.

-remarks

-see-also

GetSupportedSignalModelIdsAsync

-examples