다음을 통해 공유


TwilioMessageOptions 클래스

정의

주의

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.

Twilio에 대한 보내는 메시지 콘텐츠 및 옵션을 나타냅니다.

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

생성자

TwilioMessageOptions()
사용되지 않음.

Twilio에 대한 보내는 메시지 콘텐츠 및 옵션을 나타냅니다.

속성

ApplicationSid
사용되지 않음.

콜백에 사용할 애플리케이션을 가져오거나 설정합니다.

Body
사용되지 않음.

보낼 메시지의 텍스트를 가져오거나 설정합니다. 최대 1,600자까지 가능합니다.

From
사용되지 않음.

메시지를 시작한 전화 번호를 가져오거나 설정합니다.

MediaUrl
사용되지 않음.

메시지와 함께 보낼 미디어의 URL을 가져옵니다.

To
사용되지 않음.

대상 전화 번호를 가져오거나 설정합니다.

적용 대상