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

BotMember

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

A bot that is a member of a network of bots.

interface BotMember {
botMemberAliasId: string;
botMemberAliasName: string;
botMemberId: string;
botMemberName: string;
botMemberVersion: string;
}

§Properties

§
botMemberAliasId: string
[src]

The alias ID of a bot that is a member of this network of bots.

§
botMemberAliasName: string
[src]

The alias name of a bot that is a member of this network of bots.

§
botMemberId: string
[src]

The unique ID of a bot that is a member of this network of bots.

§
botMemberName: string
[src]

The unique name of a bot that is a member of this network of bots.

§
botMemberVersion: string
[src]

The version of a bot that is a member of this network of bots.