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";
}