Contact Center AI Insights API (contactcenterinsights:v1)

2024-07-26

2 new methods

Additions

    Methods
  • contactcenterinsights.projects.locations.getEncryptionSpec

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      HTTP Method : GET

      Path : v1/{+name}

      Description : Gets location-level encryption key specification.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/encryptionSpec

      Parameters :

        name

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/encryptionSpec$

          Location : path

          Description : Required. The name of the encryption spec resource to get.

  • contactcenterinsights.projects.locations.encryptionSpec.initialize

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/encryptionSpec:initialize

      Parameter Order : name

      HTTP Method : POST

      Description : Initializes a location-level encryption key specification. An error will be thrown if the location has resources already created before the initialization. Once the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.

      Path : v1/{+name}:initialize

      Parameters :

        name

          Location : path

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/encryptionSpec$

          Type : string

          Description : Immutable. The resource name of the encryption key specification resource. Format: projects/{project}/locations/{location}/encryptionSpec