Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContactCenterQuota

import type { ContactCenterQuota } from "https://googleapis.deno.dev/v1/contactcenteraiplatform:v1alpha1.ts";

Represents a quota for contact centers.

interface ContactCenterQuota {
contactCenterCountLimit?: number;
contactCenterCountSum?: number;
quotas?: Quota[];
}

§Properties

§
contactCenterCountLimit?: number
[src]

Deprecated: Use the Quota fields instead. Reflects the count limit of contact centers on a billing account.

§
contactCenterCountSum?: number
[src]

Deprecated: Use the Quota fields instead. Reflects the count sum of contact centers on a billing account.

§
quotas?: Quota[]
[src]

Quota details per contact center instance type.