TwilioMessage 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. 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.
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 TwilioMessage
[<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 TwilioMessage = class
Public Class TwilioMessage
- 상속
-
TwilioMessage
- 특성
설명
이러한 매개 변수는 Twilio 메시지를 포함하는 HTTP 요청에 포함될 수 있습니다.
생성자
TwilioMessage() |
사용되지 않음.
Twilio 요청 매개 변수를 래핑하는 클래스입니다. |
속성
AccountSid |
사용되지 않음.
리소스를 만든 메시지를 보낸 계정의 Sid를 가져오거나 설정합니다. |
ApiVersion |
사용되지 않음.
메시지를 처리하는 데 사용되는 API 버전을 가져오거나 설정합니다. |
Author |
사용되지 않음.
메시지의 작성자를 가져오거나 설정합니다. |
Body |
사용되지 않음.
메시지 텍스트를 가져오거나 설정합니다. |
EventType |
사용되지 않음.
Twilio Conversation API와 함께 사용할 이벤트 유형을 가져오거나 설정합니다. |
From |
사용되지 않음.
보낸 사람 전화 번호를 가져오거나 설정합니다. |
FromCity |
사용되지 않음.
보낸 사람의 도시를 가져오거나 설정합니다. |
FromCountry |
사용되지 않음.
보낸 사람의 국가를 가져오거나 설정합니다. |
FromState |
사용되지 않음.
보낸 사람의 주 또는 지방을 가져오거나 설정합니다. |
FromZip |
사용되지 않음.
보낸 사람의 우편 번호를 가져오거나 설정합니다. |
MediaContentTypes |
사용되지 않음.
메시지에 포함된 미디어의 콘텐츠 형식(있는 경우)을 가져옵니다. |
MediaUrls |
사용되지 않음.
메시지에 포함된 미디어 콘텐츠를 참조하는 URL(있는 경우)을 가져옵니다. |
MessageSid |
사용되지 않음.
메시지의 보안 식별자를 가져오거나 설정합니다. |
NumMedia |
사용되지 않음.
메시지와 연결된 미디어 파일의 수를 가져오거나 설정합니다. |
NumSegments |
사용되지 않음.
전체 메시지를 구성하는 세그먼트 수를 가져오거나 설정합니다. |
SmsMessageSid |
사용되지 않음.
전화 확인 시작의 응답에서 찾은 을 가져오거나 설정합니다 |
SmsSid |
사용되지 않음.
SMS 보안 식별자를 가져오거나 설정합니다. |
SmsStatus |
사용되지 않음.
메시지의 상태를 가져오거나 설정합니다. |
To |
사용되지 않음.
메시지를 받은 전화 번호를 E.164 형식으로 가져오거나 설정합니다. |
ToCity |
사용되지 않음.
수신자의 도시를 가져오거나 설정합니다. |
ToCountry |
사용되지 않음.
수신자의 국가를 가져오거나 설정합니다. |
ToState |
사용되지 않음.
수신자의 주 또는 지방을 가져오거나 설정합니다. |
ToZip |
사용되지 않음.
받는 사람의 우편 번호를 가져오거나 설정합니다. |