ConversationalAgentSession.IsUserAuthenticated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.