Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.11 KB

File metadata and controls

34 lines (20 loc) · 1.11 KB
-api-id M:Windows.ApplicationModel.ConversationalAgent.ConversationalAgentSession.RequestActivation(Windows.ApplicationModel.ConversationalAgent.ConversationalAgentActivationKind)
-api-type winrt method

Windows.ApplicationModel.ConversationalAgent.ConversationalAgentSession.RequestActivation(Windows.ApplicationModel.ConversationalAgent.ConversationalAgentActivationKind)

-description

Requests that the digital assistant be activated to the foreground.

-parameters

-param activationKind

The supported agent activation type.

When activation is requested, you can choose whether the agent is activated in a voice activation preview window or normal window.

-returns

The result of the activation.

-remarks

This is an updated version of the RequestForegroundActivationAsync method.

-see-also

-examples