Class RbmText (2.15.0)

RbmText(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Rich Business Messaging (RBM) text response with suggestions.

Attributes

NameDescription
text str
Required. Text sent and displayed to the user.
rbm_suggestion Sequence[google.cloud.dialogflow_v2beta1.types.Intent.Message.RbmSuggestion]
Optional. One or more suggestions to show to the user.

Inheritance

builtins.object > proto.message.Message > RbmText