Class LfA2aV1TaskStatusUpdateEvent
An event sent by the agent to notify the client of a change in a task's status.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class LfA2aV1TaskStatusUpdateEvent : IDirectResponseSchema
Properties
ContextId
Required. The ID of the context that the task belongs to.
Declaration
[JsonProperty("contextId")]
public virtual string ContextId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Optional. Metadata associated with the task update.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
Status
Required. The new status of the task.
Declaration
[JsonProperty("status")]
public virtual LfA2aV1TaskStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| LfA2aV1TaskStatus |
TaskId
Required. The ID of the task that has changed.
Declaration
[JsonProperty("taskId")]
public virtual string TaskId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |