Class Button (2.9.1)

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

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

Required. The title of the button.

:type: str

Attribute

NameDescription
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. .. attribute:: uri

Required. The HTTP or HTTPS scheme URI.

:type: str