Show / Hide Table of Contents

Class LfA2aV1SendMessageRequest

Represents a request for the SendMessage method.

Inheritance
object
LfA2aV1SendMessageRequest
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LfA2aV1SendMessageRequest : IDirectResponseSchema

Properties

Configuration

Configuration for the send request.

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

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 LfA2aV1Message Message { get; set; }
Property Value
Type Description
LfA2aV1Message

Metadata

A flexible key-value map for passing additional context or parameters.

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