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.
Implements
IMessageIntentTypesMessageTypesListSelect, IEquatableIntentTypesMessageTypesListSelect, IDeepCloneableIntentTypesMessageTypesListSelect, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |