Interface protos.google.cloud.dialogflow.v2beta1.Intent.Message.ICard (4.1.4)

Properties of a Card.

Package

@google-cloud/dialogflow!

Properties

buttons

buttons?: (google.cloud.dialogflow.v2beta1.Intent.Message.Card.IButton[]|null);

Card buttons

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.Intent.Message.Card.IButton[]|null)

imageUri

imageUri?: (string|null);

Card imageUri

Property Value
TypeDescription
(string|null)

subtitle

subtitle?: (string|null);

Card subtitle

Property Value
TypeDescription
(string|null)

title

title?: (string|null);

Card title

Property Value
TypeDescription
(string|null)