Skip to content

How to create a lex bot and gets its if and bot alias from nodejs ? #4351

Answered by RanVaknin
AnilSonix asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @AnilSonix
The name of the package for v3 SDK is @aws-sdk/client-client-lex-models-v2

So you can use these imports:

import { LexModelsV2Client, CreateBotCommand, CreateBotAliasCommand } from "@aws-sdk/client-lex-models-v2"; 

Let me know if you need anything else.
Thanks,
Ran~

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@AnilSonix
Comment options

Answer selected by AnilSonix
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
2 participants