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

ParentBotNetwork

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

A network of bots.

interface ParentBotNetwork {
botId: string;
botVersion: string;
}

§Properties

§
botId: string
[src]

The identifier of the network of bots assigned by Amazon Lex.

§
botVersion: string
[src]

The version of the network of bots.