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

CommentContent

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

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

interface CommentContent {
body: string;
contentType: CommentBodyTextType;
}

§Properties

§
body: string
[src]

Text in the body of a Comment on a case.

§

Type of the text in the box of a Comment on a case.