Share via


O365ConnectorCardMultichoiceInput Class

Definition

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

Constructors

O365ConnectorCardMultichoiceInput()

Initializes a new instance of the O365ConnectorCardMultichoiceInput class.

O365ConnectorCardMultichoiceInput(String, String, Nullable<Boolean>, String, String, IList<O365ConnectorCardMultichoiceInputChoice>, String, Nullable<Boolean>)

Initializes a new instance of the O365ConnectorCardMultichoiceInput class.

Fields

Type

Content type to be used in the @type property.

Properties

Choices

Gets or sets set of choices whose each item can be in any subtype of O365ConnectorCardMultichoiceInputChoice.

Id

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

(Inherited from O365ConnectorCardInputBase)
IsMultiSelect

Gets or sets define if this input field allows multiple selections. Default value is false.

IsRequired

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

(Inherited from O365ConnectorCardInputBase)
Style

Gets or sets choice item rendering style. Default value is 'compact'. Possible values include: 'compact', 'expanded'.

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