Language

Activity.GetAccountMention(String) Method

Definition

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
override this.GetAccountMention : string -> Microsoft.Agents.Core.Models.Mention
Public Function GetAccountMention (accountId As String) As Mention

Parameters

accountId
String

The Id to look for.

Returns

The matching Mention; or null if the account is not mentioned.

Implements

Applies to