Compartir a través de


ConversationalAgentSystemStateChangedEventArgs.SystemStateChangeType Propiedad

Definición

Obtiene el estado del sistema que cambió.

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

Valor de propiedad

Estado del sistema que cambió.

Se aplica a

Consulte también