Activity.GetMentions Metodo

Definizione

Risolve le menzioni dalle entità di questa attività.

public Microsoft.Bot.Schema.Mention[] GetMentions ();
abstract member GetMentions : unit -> Microsoft.Bot.Schema.Mention[]
override this.GetMentions : unit -> Microsoft.Bot.Schema.Mention[]
Public Function GetMentions () As Mention()

Restituisce

Matrice di menzioni; o una matrice vuota, se non viene trovata alcuna matrice.

Implementazioni

Commenti

Questo metodo è definito nella Activity classe , ma è destinato solo all'uso con un'attività di messaggio, in cui l'attività Type è impostata su Message.

Si applica a

Vedi anche