Interface protos.google.cloud.dialogflow.v2beta1.Intent.Message.IRbmCardContent (4.2.0)

Properties of a RbmCardContent.

Package

@google-cloud/dialogflow!

Properties

description

description?: (string|null);

RbmCardContent description

Property Value
TypeDescription
(string|null)

media

media?: (google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent.IRbmMedia|null);

RbmCardContent media

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

suggestions

suggestions?: (google.cloud.dialogflow.v2beta1.Intent.Message.IRbmSuggestion[]|null);

RbmCardContent suggestions

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

title

title?: (string|null);

RbmCardContent title

Property Value
TypeDescription
(string|null)