ConversationalAgentSession.RequestAgentStateChangeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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