public sealed class 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.
Implements
IMessage<Intent.Types.Message.Types.ListSelect>, IEquatable<Intent.Types.Message.Types.ListSelect>, IDeepCloneable<Intent.Types.Message.Types.ListSelect>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ListSelect()
public ListSelect()
ListSelect(Intent.Types.Message.Types.ListSelect)
public ListSelect(Intent.Types.Message.Types.ListSelect other)
Parameter | |
---|---|
Name | Description |
other | Intent.Types.Message.Types.ListSelect |
Properties
Items
public RepeatedField<Intent.Types.Message.Types.ListSelect.Types.Item> Items { get; }
Required. List items.
Property Value | |
---|---|
Type | Description |
RepeatedField<Intent.Types.Message.Types.ListSelect.Types.Item> |
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 |