Class BatchDeleteConversationsResponse
Response message for AgentService.BatchDeleteConversations.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class BatchDeleteConversationsResponse : IDirectResponseSchema
Properties
DeletedConversations
The list of conversations that were successfully deleted.
Declaration
[JsonProperty("deletedConversations")]
public virtual IList<string> DeletedConversations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorMessages
Optional. A list of error messages associated with conversations that failed to be deleted.
Declaration
[JsonProperty("errorMessages")]
public virtual IList<string> ErrorMessages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
FailedConversations
The list of conversations that failed to be deleted.
Declaration
[JsonProperty("failedConversations")]
public virtual IList<string> FailedConversations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |