Share via


ConversationalAgentSession.IsUserAuthenticated Property

Definition

Gets whether the user is authenticated (for example, the device is locked).

public:
 property bool IsUserAuthenticated { bool get(); };
bool IsUserAuthenticated();
public bool IsUserAuthenticated { get; }
var boolean = conversationalAgentSession.isUserAuthenticated;
Public ReadOnly Property IsUserAuthenticated As Boolean

Property Value

Boolean

bool

True, if user is authenticated; otherwise, false.

Applies to

See also