Share via


ConversationalAgentSystemStateChangedEventArgs.SystemStateChangeType Property

Definition

Gets the system state that changed.

public:
 property ConversationalAgentSystemStateChangeType SystemStateChangeType { ConversationalAgentSystemStateChangeType get(); };
ConversationalAgentSystemStateChangeType SystemStateChangeType();
public ConversationalAgentSystemStateChangeType SystemStateChangeType { get; }
var conversationalAgentSystemStateChangeType = conversationalAgentSystemStateChangedEventArgs.systemStateChangeType;
Public ReadOnly Property SystemStateChangeType As ConversationalAgentSystemStateChangeType

Property Value

The system state that changed.

Applies to

See also