다음을 통해 공유


Element 클래스

정의

주의

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.

템플릿 메시지의 요소를 나타냅니다.

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

생성자

Element()
사용되지 않음.

템플릿 메시지의 요소를 나타냅니다.

속성

Buttons
사용되지 않음.

요소에 대한 단추 목록을 가져옵니다.

DefaultAction
사용되지 않음.

요소의 기본 동작을 가져오거나 설정합니다.

ImageUrl
사용되지 않음.

이미지의 URL을 가져오거나 설정합니다.

MediaType
사용되지 않음.

미디어 요소의 형식을 가져오거나 설정합니다.

Subtitle
사용되지 않음.

요소의 부제목 텍스트를 가져오거나 설정합니다.

Title
사용되지 않음.

요소의 제목을 가져오거나 설정합니다.

Url
사용되지 않음.

미디어 요소의 URL을 가져오거나 설정합니다.

메서드

ShouldSerializeButtons()
사용되지 않음.

조건부로 속성을 serialize하기 Buttons 위한 Newtonsoft JSON 메서드입니다.

적용 대상