FacebookEntry.Standby プロパティ

定義

スタンバイ メッセージの一覧を取得します。

public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookMessage> Standby { get; }
member this.Standby : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookMessage>
Public ReadOnly Property Standby As List(Of FacebookMessage)

プロパティ値

スタンバイ モード中に送信されたメッセージを含むリスト。

適用対象