ConversationalAgentSession.AgentState Property
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.
Gets the state of the digital assistant.
public:
property ConversationalAgentState AgentState { ConversationalAgentState get(); };
ConversationalAgentState AgentState();
public ConversationalAgentState AgentState { get; }
var conversationalAgentState = conversationalAgentSession.agentState;
Public ReadOnly Property AgentState As ConversationalAgentState
Property Value
The state of the digital assistant.