ConversationalAgentSession.IsUserAuthenticated 屬性

定義

取得使用者是否已 (驗證,例如,裝置) 鎖定。

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

屬性值

Boolean

bool

如果已驗證使用者,則為 True;否則為 false。

適用於

另請參閱