FacebookMessage 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 FacebookMessage 類別的新執行個體。
public FacebookMessage (string recipientId, Microsoft.Bot.Builder.Adapters.Facebook.Message message, string messagingType, string tag = default, string notificationType = default, string personaId = default, string senderAction = default, string senderId = default);
new Microsoft.Bot.Builder.Adapters.Facebook.FacebookMessage : string * Microsoft.Bot.Builder.Adapters.Facebook.Message * string * string * string * string * string * string -> Microsoft.Bot.Builder.Adapters.Facebook.FacebookMessage
Public Sub New (recipientId As String, message As Message, messagingType As String, Optional tag As String = Nothing, Optional notificationType As String = Nothing, Optional personaId As String = Nothing, Optional senderAction As String = Nothing, Optional senderId As String = Nothing)
參數
- recipientId
- String
收件者識別碼欄位的內容。
- message
- Message
郵件欄位的內容。
- messagingType
- String
Webhook 事件的類型。 如需詳細資訊,請參閱 Facebook Webhook 事件清單。
- tag
- String
選擇性的訊息標記字串。 請參閱 https://developers.facebook.com/docs/messenger-platform/send-messages/message-tags。
- notificationType
- String
選擇性通知類型:REGULAR (預設值) 、SILENT_PUSH NO_PUSH。
- personaId
- String
角色識別碼。
- senderAction
- String
要向使用者顯示的訊息狀態:typing_on、typing_off、mark_seen。 無法使用 'message' 傳送。 使用時,'recipient' 應該是要求中唯一設定的其他屬性。
- senderId
- String
寄件者識別碼。