Class Intent.Types.Message.Types.ListSelect (3.6.0)

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

The card for presenting a list of options to select from.

Inheritance

Object > Intent.Types.Message.Types.ListSelect

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListSelect()

public ListSelect()

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

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

Properties

Items

public RepeatedField<Intent.Types.Message.Types.ListSelect.Types.Item> Items { get; }

Required. List items.

Property Value
TypeDescription
RepeatedField<Intent.Types.Message.Types.ListSelect.Types.Item>

Subtitle

public string Subtitle { get; set; }

Optional. Subtitle of the list.

Property Value
TypeDescription
String

Title

public string Title { get; set; }

Optional. The overall title of the list.

Property Value
TypeDescription
String