다음을 통해 공유


O365ConnectorCardTextInput 클래스

정의

의 콘텐츠 형식입니다 O365ConnectorCardTextInput.

public class O365ConnectorCardTextInput : Microsoft.Bot.Schema.Teams.O365ConnectorCardInputBase
type O365ConnectorCardTextInput = class
    inherit O365ConnectorCardInputBase
Public Class O365ConnectorCardTextInput
Inherits O365ConnectorCardInputBase
상속
O365ConnectorCardTextInput

생성자

O365ConnectorCardTextInput()

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

O365ConnectorCardTextInput(String, String, Nullable<Boolean>, String, String, Nullable<Boolean>, Nullable<Double>)

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

필드

Type

속성에 사용할 콘텐츠 형식입니다 @type .

속성

Id

입력 ID를 가져오거나 설정합니다. 전체 O365 커넥터 카드당 고유해야 합니다.

(다음에서 상속됨 O365ConnectorCardInputBase)
IsMultiline

여러 줄에 텍스트 입력이 허용되는지 여부를 정의하거나 가져옵니다. 기본값은 false입니다.

IsRequired

이 입력이 필수 필드인지 여부를 정의하여 가져오거나 설정합니다. 기본값은 false입니다.

(다음에서 상속됨 O365ConnectorCardInputBase)
MaxLength

텍스트 입력의 최대 길이를 가져오거나 설정합니다. 기본값은 무제한입니다.

Title

자리 표시자로 표시될 입력 제목을 가져오거나 설정합니다.

(다음에서 상속됨 O365ConnectorCardInputBase)
Value

이 입력 필드의 기본값을 가져오거나 설정합니다.

(다음에서 상속됨 O365ConnectorCardInputBase)

적용 대상