IActivity.GetAccountMention(String) Method
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 the Mention for a specific account, if this activity mentions it.
public Microsoft.Agents.Core.Models.Mention GetAccountMention(string accountId);
abstract member GetAccountMention : string -> Microsoft.Agents.Core.Models.Mention
Public Function GetAccountMention (accountId As String) As Mention
Parameters
Returns
The matching Mention; or null if the account is not mentioned.