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