Share via


ConversationalAgentSession.RequestForegroundActivation Method

Definition

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

Important

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

public:
 virtual ConversationalAgentSessionUpdateResponse RequestForegroundActivation() = RequestForegroundActivation;
ConversationalAgentSessionUpdateResponse RequestForegroundActivation();
public ConversationalAgentSessionUpdateResponse RequestForegroundActivation();
function requestForegroundActivation()
Public Function RequestForegroundActivation () As ConversationalAgentSessionUpdateResponse

Returns

A ConversationalAgentSessionUpdateResponse.

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

See also