Compartilhar via


ConversationalAgentSystemStateChangedEventArgs.SystemStateChangeType Propriedade

Definição

Obtém o estado do sistema que foi alterado.

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

Valor da propriedade

O estado do sistema que mudou.

Aplica-se a

Confira também