Partager via


ConversationalAgentSession.RequestAgentStateChangeAsync Méthode

Définition

Demande de façon asynchrone un changement d’état pour la ConversationalAgentSession actuelle.

public:
 virtual IAsyncOperation<ConversationalAgentSessionUpdateResponse> ^ RequestAgentStateChangeAsync(ConversationalAgentState state) = RequestAgentStateChangeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ConversationalAgentSessionUpdateResponse> RequestAgentStateChangeAsync(ConversationalAgentState const& state);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ConversationalAgentSessionUpdateResponse> RequestAgentStateChangeAsync(ConversationalAgentState state);
function requestAgentStateChangeAsync(state)
Public Function RequestAgentStateChangeAsync (state As ConversationalAgentState) As IAsyncOperation(Of ConversationalAgentSessionUpdateResponse)

Paramètres

Retours

Résultat de l’opération asynchrone en tant que ConversationalAgentSessionUpdateResponse.

Attributs

S’applique à