Share via


Activity.InputHint Property

Definition

The inputHint field indicates whether or not the generator of the Activity is anticipating a response. This field is used predominantly within channels that have modal user interfaces, and is typically not used in channels with continuous chat feeds. The value of the inputHint field is of type string, with defined values of accepting, expecting, and ignoring. The default value is accepting.

public string InputHint { get; set; }
member this.InputHint : string with get, set
Public Property InputHint As String

Property Value

Implements

Applies to