View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest (google_api_contact_center_insights v0.7.0)

The request to delete conversations in bulk.

Attributes

  • filter (type: String.t, default: nil) - Filter used to select the subset of conversations to delete.
  • force (type: boolean(), default: nil) - If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.
  • maxDeleteCount (type: integer(), default: nil) - Maximum number of conversations to delete.
  • parent (type: String.t, default: nil) - Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest{
    filter: String.t() | nil,
    force: boolean() | nil,
    maxDeleteCount: integer() | nil,
    parent: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.