Class SendMessageRequest
/////////// Request Messages ///////////
Implements
Inherited Members
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> |