Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::CreateReactionRequest.
Creates a reaction to a message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The message where the reaction is created.
Format:
spaces/{space}/messages/{message}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The message where the reaction is created.
Format:
spaces/{space}/messages/{message}
Returns
-
(::String) — Required. The message where the reaction is created.
Format:
spaces/{space}/messages/{message}
#reaction
def reaction() -> ::Google::Apps::Chat::V1::Reaction
Returns
- (::Google::Apps::Chat::V1::Reaction) — Required. The reaction to create.
#reaction=
def reaction=(value) -> ::Google::Apps::Chat::V1::Reaction
Parameter
- value (::Google::Apps::Chat::V1::Reaction) — Required. The reaction to create.
Returns
- (::Google::Apps::Chat::V1::Reaction) — Required. The reaction to create.