Class Intent.Types.Message.Types.ListSelect.Types.Item (3.8.0)

public sealed class Item : IMessage<Intent.Types.Message.Types.ListSelect.Types.Item>, IEquatable<Intent.Types.Message.Types.ListSelect.Types.Item>, IDeepCloneable<Intent.Types.Message.Types.ListSelect.Types.Item>, IBufferMessage, IMessage

An item in the list.

Inheritance

Object > Intent.Types.Message.Types.ListSelect.Types.Item

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

Item()

public Item()

Item(Intent.Types.Message.Types.ListSelect.Types.Item)

public Item(Intent.Types.Message.Types.ListSelect.Types.Item other)
Parameter
NameDescription
otherIntent.Types.Message.Types.ListSelect.Types.Item

Properties

Description

public string Description { get; set; }

Optional. The main text describing the item.

Property Value
TypeDescription
String

Image

public Intent.Types.Message.Types.Image Image { get; set; }

Optional. The image to display.

Property Value
TypeDescription
Intent.Types.Message.Types.Image

Info

public Intent.Types.Message.Types.SelectItemInfo Info { get; set; }

Required. Additional information about this option.

Property Value
TypeDescription
Intent.Types.Message.Types.SelectItemInfo

Title

public string Title { get; set; }

Required. The title of the list item.

Property Value
TypeDescription
String