ConversationalAgentSession.RequestAgentStateChangeAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- state
- ConversationalAgentState
AgentState demandé.
Retours
Résultat de l’opération asynchrone en tant que ConversationalAgentSessionUpdateResponse.
- Attributs