Class LfA2aV1TaskArtifactUpdateEvent
A task delta where an artifact has been generated.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class LfA2aV1TaskArtifactUpdateEvent : IDirectResponseSchema
Properties
Append
If true, the content of this artifact should be appended to a previously sent artifact with the same ID.
Declaration
[JsonProperty("append")]
public virtual bool? Append { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Artifact
Required. The artifact that was generated or updated.
Declaration
[JsonProperty("artifact")]
public virtual LfA2aV1Artifact Artifact { get; set; }
Property Value
| Type | Description |
|---|---|
| LfA2aV1Artifact |
ContextId
Required. The ID of the context that this 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 |
LastChunk
If true, this is the final chunk of the artifact.
Declaration
[JsonProperty("lastChunk")]
public virtual bool? LastChunk { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Metadata
Optional. Metadata associated with the artifact update.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
TaskId
Required. The ID of the task for this artifact.
Declaration
[JsonProperty("taskId")]
public virtual string TaskId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |