Class: Google::Apps::Card::V1::OnClick

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/card/v1/card.rb

Overview

Represents how to respond when users click an interactive element on a card, such as a button.

Google Workspace Add-ons and Chat apps:

Instance Attribute Summary collapse

Instance Attribute Details

#action::Google::Apps::Card::V1::Action

Returns If specified, an action is triggered by this onClick.

Returns:



1873
1874
1875
1876
# File 'proto_docs/google/apps/card/v1/card.rb', line 1873

class OnClick
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#card::Google::Apps::Card::V1::Card

Returns A new card is pushed to the card stack after clicking if specified.

Google Workspace Add-ons:.

Returns:



1873
1874
1875
1876
# File 'proto_docs/google/apps/card/v1/card.rb', line 1873

class OnClick
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

Returns An add-on triggers this action when the action needs to open a link. This differs from the open_link above in that this needs to talk to server to get the link. Thus some preparation work is required for web client to do before the open link action response comes back.

Google Workspace Add-ons:.

Returns:

  • (::Google::Apps::Card::V1::Action)

    An add-on triggers this action when the action needs to open a link. This differs from the open_link above in that this needs to talk to server to get the link. Thus some preparation work is required for web client to do before the open link action response comes back.

    Google Workspace Add-ons:



1873
1874
1875
1876
# File 'proto_docs/google/apps/card/v1/card.rb', line 1873

class OnClick
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

Returns If specified, this onClick triggers an open link action.

Returns:



1873
1874
1875
1876
# File 'proto_docs/google/apps/card/v1/card.rb', line 1873

class OnClick
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end