다음을 통해 공유


WebexMessageRequest 클래스

정의

주의

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.

Webex 메시지가 봇에 전송될 때 수신되는 페이로드를 나타냅니다.

[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 WebexMessageRequest
[<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 WebexMessageRequest = class
Public Class WebexMessageRequest
상속
WebexMessageRequest
특성

생성자

WebexMessageRequest()
사용되지 않음.

WebexMessageRequest 클래스의 새 인스턴스를 초기화합니다. 첨부 파일이 있는 메시지를 만드는 데 필요한 요청을 나타냅니다.

속성

Attachments
사용되지 않음.

메시지에 첨부할 콘텐츠 첨부 파일을 가져오거나 설정합니다.

Files
사용되지 않음.

회의실에 게시할 이진 파일의 URI를 가져옵니다. 메시지당 하나의 파일만 허용됩니다.

Markdown
사용되지 않음.

메시지를 Markdown 형식으로 가져오거나 설정합니다.

RoomId
사용되지 않음.

메시지의 회의실 ID를 가져오거나 설정합니다.

Text
사용되지 않음.

메시지의 텍스트를 가져오거나 설정합니다.

ToPersonEmail
사용되지 않음.

프라이빗 1:1 메시지를 보낼 때 받는 사람의 전자 메일 주소를 가져오거나 설정합니다.

ToPersonId
사용되지 않음.

프라이빗 1:1 메시지를 보낼 때 받는 사람의 사람 ID를 가져오거나 설정합니다.

메서드

ShouldSerializeFiles()
사용되지 않음.

Files 속성을 serialize해야 하는지 여부를 확인합니다.

적용 대상