Class Button (2.15.2)

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

The button object that appears at the bottom of a card.

Attributes

NameDescription
title str
Required. The title of the button.
open_uri_action google.cloud.dialogflow_v2.types.Intent.Message.BasicCard.Button.OpenUriAction
Required. Action to take when a user taps on the button.

Classes

OpenUriAction

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

Opens the given URI.