TwilioClientWrapperOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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의 정품 요청인지 여부를 나타내는 값을 가져오거나 설정합니다. |