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

ChannelProfilePersonaProperty

import type { ChannelProfilePersonaProperty } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Represents the persona property of a channel.

interface ChannelProfilePersonaProperty {
persona?: "UNKNOWN" | "CONCISE" | "CHATTY";
}

§Properties

§
persona?: "UNKNOWN" | "CONCISE" | "CHATTY"
[src]

Optional. The persona of the channel.