Class SelectionInput.Types.SelectionItem
Inheritance
SelectionInput.Types.SelectionItem
Assembly: Google.Apps.Card.V1.dll
public sealed class SelectionInput.Types.SelectionItem : IMessage<SelectionInput.Types.SelectionItem>, IEquatable<SelectionInput.Types.SelectionItem>, IDeepCloneable<SelectionInput.Types.SelectionItem>, IBufferMessage, IMessage
Constructors
Declaration
Declaration
public SelectionItem(SelectionInput.Types.SelectionItem other)
Parameters
Properties
BottomText
For multiselect menus, a text description or label that's
displayed below the item's text
field.
Declaration
public string BottomText { get; set; }
Property Value
Gets whether the "start_icon_uri" field is set
Declaration
public bool HasStartIconUri { get; }
Property Value
Whether the item is selected by default. If the selection input only
accepts one value (such as for radio buttons or a dropdown menu), only
set this field for one item.
Declaration
public bool Selected { get; set; }
Property Value
Declaration
public SelectionInput.Types.SelectionItem.StartIconOneofCase StartIconCase { get; }
Property Value
Declaration
public string StartIconUri { get; set; }
Property Value
Text
The text that identifies or describes the item to users.
Declaration
public string Text { get; set; }
Property Value
The value associated with this item. The client should use this as a form
input value.
For details about working with form inputs, see Receive form
data.
Declaration
public string Value { get; set; }
Property Value