ConversationalAgentSession.RequestAgentStateChangeAsync Method

Definition

Asynchronously requests a state change for the current ConversationalAgentSession.

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)

Parameters

state
ConversationalAgentState

The AgentState requested.

Returns

The result of the asynchronous operation as a ConversationalAgentSessionUpdateResponse.

Attributes

Applies to