다음을 통해 공유


FacebookQuickReply 클래스

정의

주의

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

Facebook 메시지의 일부로 보낼 수 있는 Facebook 빠른 회신 개체입니다.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class FacebookQuickReply
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type FacebookQuickReply = class
Public Class FacebookQuickReply
상속
FacebookQuickReply
특성

생성자

FacebookQuickReply()
사용되지 않음.

Facebook 메시지의 일부로 보낼 수 있는 Facebook 빠른 회신 개체입니다.

속성

ContentType
사용되지 않음.

회신의 콘텐츠 형식을 가져오거나 설정합니다. 다음 값 중 하나일 수 있습니다.

  • 텍스트 단추를 보내는 "text"입니다.
  • 받는 사람이 자신의 계정과 연결된 전화 번호를 보낼 수 있도록 하는 단추를 보내는 "user_phone_number"입니다.
  • 받는 사람이 자신의 계정과 연결된 전자 메일을 보낼 수 있도록 하는 단추를 보내는 "user_email"입니다.
ImageUrl
사용되지 않음.

텍스트 빠른 회신에 대한 빠른 회신 단추에 표시할 이미지의 선택적 URL을 가져오거나 설정합니다. 속성이 비어 있는 Title 경우 필수입니다.

Payload
사용되지 않음.

회신의 페이로드를 가져오거나 설정합니다. 속성이 설정된 경우 빈 문자열로 ImageUrl 설정할 수 있습니다.

Title
사용되지 않음.

회신 제목을 가져오거나 설정합니다. content_type "text"인 경우 필요합니다.

적용 대상