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[];
}