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
받는 사람 ID 필드의 내용입니다.
- message
- Message
메시지 필드의 내용입니다.
- messagingType
- String
웹후크 이벤트의 유형입니다. 자세한 내용은 Facebook 웹후크 이벤트 목록을 참조하세요.
- tag
- String
선택적 메시지 태그 문자열입니다. https://developers.facebook.com/docs/messenger-platform/send-messages/message-tags을 참조하세요.
- notificationType
- String
선택적 알림 유형: REGULAR(기본값), SILENT_PUSH, NO_PUSH.
- personaId
- String
가상 사용자 ID입니다.
- senderAction
- String
사용자에게 표시할 메시지 상태: typing_on, typing_off, mark_seen. 'message'와 함께 보낼 수 없습니다. 사용할 경우 'recipient'가 요청에 설정된 유일한 다른 속성이어야 합니다.
- senderId
- String
보낸 사람 ID입니다.