FacebookEntry.Messaging 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 the messaging list.
public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookMessage> Messaging { get; }
member this.Messaging : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookMessage>
Public ReadOnly Property Messaging As List(Of FacebookMessage)
Property Value
List containing one messaging object.
Remarks
Note that even though this is an enumerable, it will only contain one object.