Google Cloud Dialogflow v2beta1 API - Class Intent.Types.Message.Types.ListSelect (1.0.0-beta16)

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 v2beta1 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.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ListSelect()

public ListSelect()

ListSelect(ListSelect)

public ListSelect(Intent.Types.Message.Types.ListSelect other)
Parameter
Name Description
other IntentTypesMessageTypesListSelect

Properties

Items

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

Required. List items.

Property Value
Type Description
RepeatedFieldIntentTypesMessageTypesListSelectTypesItem

Subtitle

public string Subtitle { get; set; }

Optional. Subtitle of the list.

Property Value
Type Description
string

Title

public string Title { get; set; }

Optional. The overall title of the list.

Property Value
Type Description
string