Freigeben über


ConversationalAgentSession.RequestForegroundActivationAsync Methode

Definition

Fordert asynchron an, dass die digitale Assistent im Vordergrund aktiviert wird.

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)

Gibt zurück

Das Ergebnis des asynchronen Vorgangs als ConversationalAgentSessionUpdateResponse.

Attribute

Hinweise

Verwenden Sie diese Methode, um eine Art Benutzeroberflächenantwort in Ihrer App bereitzustellen. Digitale Assistent Sprachantworten können über eine Hintergrundaufgabe initiiert werden.

Gilt für: