Show / Hide Table of Contents

Enum CreateMessageRequest.Types.MessageReplyOption

Specifies how to reply to a message. More states might be added in the future.

Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum CreateMessageRequest.Types.MessageReplyOption

Fields

Name Description
ReplyMessageFallbackToNewThread

Creates the message as a reply to the thread specified by [thread ID][google.chat.v1.Thread.name] or [thread_key][google.chat.v1.Thread.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][google.chat.v1.Thread.name] or [thread_key][google.chat.v1.Thread.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.

Unspecified

Default. Starts a new thread. Using this option ignores any [thread ID][google.chat.v1.Thread.name] or [thread_key][google.chat.v1.Thread.thread_key] that's included.

In this article
Back to top Generated by DocFX