TwilioClientWrapperOptions 클래스

정의

주의

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.

에 대한 옵션을 정의합니다 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.")]
public class TwilioClientWrapperOptions
[<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 TwilioClientWrapperOptions = class
Public Class TwilioClientWrapperOptions
상속
TwilioClientWrapperOptions
특성

생성자

TwilioClientWrapperOptions(String, String, String, Uri)
사용되지 않음.

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

속성

TwilioAccountSid
사용되지 않음.

Twilio 계정에서 계정 SID를 가져오거나 설정합니다.

TwilioAuthToken
사용되지 않음.

Twilio 계정과 연결된 API 인증 토큰을 가져오거나 설정합니다.

TwilioNumber
사용되지 않음.

이 Twilio 앱과 연결된 전화 번호를 가져오거나 설정합니다.

TwilioValidationUrl
사용되지 않음.

선택적 유효성 검사 URL을 가져오거나 설정합니다.

ValidateIncomingRequests
사용되지 않음.

들어오는 요청이 Twilio의 정품 요청인지 여부를 나타내는 값을 가져오거나 설정합니다.

적용 대상