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

IntegrationType

import type { IntegrationType } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
type IntegrationType =
| "EVENT"
| "VOICE_ID"
| "PINPOINT_APP"
| "WISDOM_ASSISTANT"
| "WISDOM_KNOWLEDGE_BASE"

§Type

§
"EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | cmnP.UnexpectedEnumValue
[src]