ConversationalAgentSession.RequestAgentStateChange Metodo

Definizione

Richiede in modo sincrono una modifica dello stato per ConversationalAgentSession corrente.

Importante

Per evitare possibili problemi di concorrenza, è consigliabile usare RequestAgentStateChangeAsync .

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

Parametri

Restituisce

ConversationalAgentSessionUpdateResponse.

Si applica a

Vedi anche