Show / Hide Table of Contents

Class SendMessageRequest

/////////// Request Messages ///////////

Inheritance
object
SendMessageRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WorkspaceEvents.v1.Data
Assembly: Google.Apis.WorkspaceEvents.v1.dll
Syntax
public class SendMessageRequest : IDirectResponseSchema

Properties

Configuration

Configuration for the send request.

Declaration
[JsonProperty("configuration")]
public virtual SendMessageConfiguration Configuration { get; set; }
Property Value
Type Description
SendMessageConfiguration

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Message

Required. The message to send to the agent.

Declaration
[JsonProperty("message")]
public virtual Message Message { get; set; }
Property Value
Type Description
Message

Metadata

Optional metadata for the request.

Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
Type Description
IDictionary<string, object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX