Interface protos.google.cloud.dialogflow.v2.Intent.Message.IListSelect (4.3.1)

Properties of a ListSelect.

Package

@google-cloud/dialogflow!

Properties

items

items?: (google.cloud.dialogflow.v2.Intent.Message.ListSelect.IItem[]|null);

ListSelect items

Property Value
TypeDescription
(google.cloud.dialogflow.v2.Intent.Message.ListSelect.IItem[]|null)

subtitle

subtitle?: (string|null);

ListSelect subtitle

Property Value
TypeDescription
(string|null)

title

title?: (string|null);

ListSelect title

Property Value
TypeDescription
(string|null)