ConversationalAgentSession.AgentState Property

Definition

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.

Applies to