Google Cloud Dialogflow v2 API - Class Intent.Types.Message.Types.ListSelect.Types.Item (4.16.0)

public sealed class Intent.Types.Message.Types.ListSelect.Types.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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.ListSelect.Types.Item.

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(Item)

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

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
IntentTypesMessageTypesImage

Info

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

Required. Additional information about this option.

Property Value
TypeDescription
IntentTypesMessageTypesSelectItemInfo

Title

public string Title { get; set; }

Required. The title of the list item.

Property Value
TypeDescription
string