Share via


ConversationalAgentSession.RequestForegroundActivationAsync Method

Definition

Asynchronously requests that the digital assistant be activated to the foreground.

public:
 virtual IAsyncOperation<ConversationalAgentSessionUpdateResponse> ^ RequestForegroundActivationAsync() = RequestForegroundActivationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ConversationalAgentSessionUpdateResponse> RequestForegroundActivationAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ConversationalAgentSessionUpdateResponse> RequestForegroundActivationAsync();
function requestForegroundActivationAsync()
Public Function RequestForegroundActivationAsync () As IAsyncOperation(Of ConversationalAgentSessionUpdateResponse)

Returns

The result of the asynchronous operation as a ConversationalAgentSessionUpdateResponse.

Attributes

Remarks

Use this method to provide some kind of UI response in your app. Digital assistant voice responses can be initiated from a background task.

Applies to