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

URIs

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

Message storing the URIs of the ContactCenter.

interface URIs {
chatBotUri?: string;
mediaUri?: string;
rootUri?: string;
virtualAgentStreamingServiceUri?: string;
}

§Properties

§
chatBotUri?: string
[src]

Chat Bot Uri of the ContactCenter

§
mediaUri?: string
[src]

Media Uri of the ContactCenter.

§
rootUri?: string
[src]

Root Uri of the ContactCenter.

§
virtualAgentStreamingServiceUri?: string
[src]

Virtual Agent Streaming Service Uri of the ContactCenter.