Class: Google::Apps::Chat::V1::Thread
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::Thread
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/message.rb
Overview
A thread in a Google Chat space. For example usage, see Start or reply to a message thread.
If you specify a thread when creating a message, you can set the
messageReplyOption
field to determine what happens if no matching thread is found.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Identifier.
-
#thread_key ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
297 298 299 300 |
# File 'proto_docs/google/chat/v1/message.rb', line 297 class Thread include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#thread_key ⇒ ::String
297 298 299 300 |
# File 'proto_docs/google/chat/v1/message.rb', line 297 class Thread include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |