Show / Hide Table of Contents

Class LfA2aV1TaskStatusUpdateEvent

An event sent by the agent to notify the client of a change in a task's status.

Inheritance
object
LfA2aV1TaskStatusUpdateEvent
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX