Share via


O365ConnectorCardTextInput Class

Definition

Content type for O365ConnectorCardTextInput.

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

Constructors

O365ConnectorCardTextInput()

Initializes a new instance of the O365ConnectorCardTextInput class.

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

Initializes a new instance of the O365ConnectorCardTextInput class.

Fields

Type

Content type to be used in the @type property.

Properties

Id

Gets or sets input ID. It must be unique per entire O365 connector card.

(Inherited from O365ConnectorCardInputBase)
IsMultiline

Gets or sets define if text input is allowed for multiple lines. Default value is false.

IsRequired

Gets or sets define if this input is a required field. Default value is false.

(Inherited from O365ConnectorCardInputBase)
MaxLength

Gets or sets maximum length of text input. Default value is unlimited.

Title

Gets or sets input title that will be shown as the placeholder.

(Inherited from O365ConnectorCardInputBase)
Value

Gets or sets default value for this input field.

(Inherited from O365ConnectorCardInputBase)

Applies to