Class Button (2.14.0)

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

Contains information about a button.

Attributes

NameDescription
text str
Optional. The text to show on the button.
postback str
Optional. The text to send back to the Dialogflow API or a URI to open.

Inheritance

builtins.object > proto.message.Message > Button