Class LfA2aV1SendMessageResponse
Represents the response for the SendMessage method.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class LfA2aV1SendMessageResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
A message from the agent.
Declaration
[JsonProperty("message")]
public virtual LfA2aV1Message Message { get; set; }
Property Value
| Type | Description |
|---|---|
| LfA2aV1Message |
Task
The task created or updated by the message.
Declaration
[JsonProperty("task")]
public virtual LfA2aV1Task Task { get; set; }
Property Value
| Type | Description |
|---|---|
| LfA2aV1Task |