Class: Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb

Overview

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

Defined Under Namespace

Classes: OpenUriAction

Instance Attribute Summary collapse

Instance Attribute Details

#open_uri_actionGoogle::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button::OpenUriAction

Returns Required. Action to take when a user taps on the button.

Returns:



335
336
337
338
339
340
341
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 335

class Button
  # Opens the given URI.
  # @!attribute [rw] uri
  #   @return [String]
  #     Required. The HTTP or HTTPS scheme URI.
  class OpenUriAction; end
end

#titleString

Returns Required. The title of the button.

Returns:

  • (String)

    Required. The title of the button.



335
336
337
338
339
340
341
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 335

class Button
  # Opens the given URI.
  # @!attribute [rw] uri
  #   @return [String]
  #     Required. The HTTP or HTTPS scheme URI.
  class OpenUriAction; end
end