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

Tag

import type { Tag } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";

A list of key/value pairs that identify a bot, bot alias, or bot channel. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

interface Tag {
key: string;
value: string;
}

§Properties

§
key: string
[src]

The key for the tag. Keys are not case-sensitive and must be unique.

§
value: string
[src]

The value associated with a key. The value may be an empty string but it can't be null.