ConversationalAgentSession.RequestForegroundActivation 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.
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.