다음을 통해 공유


TwilioClientWrapper 클래스

정의

주의

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 API에 대한 래퍼 클래스입니다.

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

생성자

TwilioClientWrapper(TwilioClientWrapperOptions)
사용되지 않음.

TwilioClientWrapper 클래스의 새 인스턴스를 초기화합니다.

속성

Options
사용되지 않음.

래퍼에 TwilioClientWrapperOptions 대한 를 가져옵니다.

메서드

SendMessageAsync(TwilioMessageOptions, CancellationToken)
사용되지 않음.

Twilio SMS 메시지를 보냅니다.

ValidateSignature(HttpRequest, Dictionary<String,String>)
사용되지 않음.

HTTP 요청이 Twilio에서 들어오는 것으로 유효성을 검사합니다.

적용 대상