DescribeAttribute Class

Definition

Attribute to override the default description of a field, property or enum value.

[System.AttributeUsage(System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Property)]
[System.Serializable]
public class DescribeAttribute : Microsoft.Bot.Builder.FormFlow.FormFlowAttribute
[<System.AttributeUsage(System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Property)>]
[<System.Serializable>]
type DescribeAttribute = class
    inherit FormFlowAttribute
Public Class DescribeAttribute
Inherits FormFlowAttribute
Inheritance
DescribeAttribute
Attributes

Constructors

Name Description
DescribeAttribute(String, String, String, String, String)

Description for field, property or enum value.

Fields

Name Description
Description

Description of the field, property or enum to use in templates and choices.

Image

URL of image to use when creating cards or buttons.

Message

Message to return when a button is pressed in a card.

SubTitle

SubTitle when a card is generated from description.

Title

Title when a card is generated from description.

Properties

Name Description
IsLocalizable

True if attribute is localizable.

(Inherited from FormFlowAttribute)

Applies to