Interface protos.google.cloud.dialogflow.v2beta1.Intent.Message.CarouselSelect.IItem (4.3.1)

Properties of an Item.

Package

@google-cloud/dialogflow!

Properties

description

description?: (string|null);

Item description

Property Value
TypeDescription
(string|null)

image

image?: (google.cloud.dialogflow.v2beta1.Intent.Message.IImage|null);

Item image

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.Intent.Message.IImage|null)

info

info?: (google.cloud.dialogflow.v2beta1.Intent.Message.ISelectItemInfo|null);

Item info

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.Intent.Message.ISelectItemInfo|null)

title

title?: (string|null);

Item title

Property Value
TypeDescription
(string|null)