ConversationalAgentSession.RequestAgentStateChange 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 manière synchrone un changement d’état pour la ConversationalAgentSession actuelle.
Important
Pour éviter d’éventuels problèmes d’accès concurrentiel, nous vous recommandons d’utiliser RequestAgentStateChangeAsync à la place.
public:
virtual ConversationalAgentSessionUpdateResponse RequestAgentStateChange(ConversationalAgentState state) = RequestAgentStateChange;
ConversationalAgentSessionUpdateResponse RequestAgentStateChange(ConversationalAgentState const& state);
public ConversationalAgentSessionUpdateResponse RequestAgentStateChange(ConversationalAgentState state);
function requestAgentStateChange(state)
Public Function RequestAgentStateChange (state As ConversationalAgentState) As ConversationalAgentSessionUpdateResponse
Paramètres
- state
- ConversationalAgentState
AgentState demandé.
Retours
ConversationalAgentSessionUpdateResponse.