Enum DmsResource.MessagesRequest.MessageReplyOptionEnum
Optional. Specifies whether a message starts a thread or replies to one. Only supported in named spaces.
Namespace: Google.Apis.HangoutsChat.v1
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public enum MessageReplyOptionEnum
Fields
Name | Description |
---|---|
MESSAGEREPLYOPTIONUNSPECIFIED | Default. Starts a thread. |
REPLYMESSAGEFALLBACKTONEWTHREAD | Creates the message as a reply to the thread specified by thread ID or thread_key. If it fails, the message starts a new thread instead. |
REPLYMESSAGEORFAIL | Creates the message as a reply to the thread specified by thread ID or thread_key. If it fails, a NOT_FOUND error is returned instead. |