コマンドオプションサンプル:aws lex-models put-bot

コマンドサンプルを検索した結果です。

Amazon Lex会話型ボットを作成するか、既存のボットを置き換えます。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/lex-models/put-bot.html

aws lex-models put-bot --name newgiftfinder --cli-input-json file://bot-export-node.json

    AWS Chatbot Challenge: Create conversational, intelligent chatbots using Amazon Lex and AWS Lambda! - Devpost : http://awschatbot2017.devpost.com/forum_topics/6672-bot-definition-export-import
aws lex-models put-bot \
    演習 2: 新しい発話を追加する (AWS CLI) - Amazon Lex : http://docs.aws.amazon.com/ja_jp/lex/latest/dg/gs-cli-create-order-flowers-bot.html
aws lex-models put-bot --name "testbotcli" --locale en-US --no-child-directed --debug
    Troubles with making `PutBot` request (Lex) 揃 Issue #474 揃 brendanhay/amazonka 揃 GitHub : http://github.com/brendanhay/amazonka/issues/474
aws lex-models put-bot --cli-input-json file://bot.json
    Tutorials / Reactor event aws | Ably Realtime : http://www.ably.io/tutorials/reactor-event-aws

aws のオプション一覧