Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button (v0.34.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#open_uri_action

def open_uri_action() -> ::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button::OpenUriAction
Returns

#open_uri_action=

def open_uri_action=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button::OpenUriAction
Parameter
Returns

#title

def title() -> ::String
Returns
  • (::String) — Required. The title of the button.

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — Required. The title of the button.
Returns
  • (::String) — Required. The title of the button.