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

Component

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

Defines a logical CCAIP component that e.g. “EMAIL”, "CRM". For more information see go/ccaip-private-path-v2. Each logical component is associated with a list of service attachments.

interface Component {
name?: string;
serviceAttachmentNames?: string[];
}

§Properties

§
name?: string
[src]

Name of the component.

§
serviceAttachmentNames?: string[]
[src]

Associated service attachments. The service attachment names that will be used for sending private traffic to the CCAIP tenant project. Example service attachment name: "projects/${TENANT_PROJECT_ID}/regions/${REGION}/serviceAttachments/ingress-default".