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

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

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

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

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

Properties

Items

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

Required. List items.

Property Value
TypeDescription
RepeatedFieldIntentTypesMessageTypesListSelectTypesItem

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