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

RelatedItemInputContent

import type { RelatedItemInputContent } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";

Represents the content of a related item to be created.

interface RelatedItemInputContent {
comment?: CommentContent | null;
contact?: Contact | null;
}

§Properties

§
comment?: CommentContent | null
[src]

Represents the content of a comment to be returned to agents.

§
contact?: Contact | null
[src]

Object representing a contact in Amazon Connect as an API request field.