Show / Hide Table of Contents

Enum SpacesResource.MessagesResource.CreateRequest.MessageReplyOptionEnum

Optional. Specifies whether a message starts a thread or replies to one. Only supported in named spaces. When responding to user interactions, this field is ignored. For interactions within a thread, the reply is created in the same thread. Otherwise, the reply is created as a new thread.

Namespace: Google.Apis.HangoutsChat.v1
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public enum SpacesResource.MessagesResource.CreateRequest.MessageReplyOptionEnum

Fields

Name Description
MESSAGEREPLYOPTIONUNSPECIFIED

Default. Starts a new thread. Using this option ignores any thread ID or thread_key that's included.

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 a new thread_key is used, a new thread is created. If the message creation fails, a NOT_FOUND error is returned instead.

In this article
Back to top Generated by DocFX