Command option Sample:aws lex-models get-slot-type

Search command sample in the internet.It is the result.

Returns information about a specific version of a slot type.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/lex-models/get-slot-type.html

aws lex-models get-slot-type --name VegetableDepartmentUnits --slot-type-version 2
    AWS Chatbot Challenge: Create conversational, intelligent chatbots using Amazon Lex and AWS Lambda! - Devpost : http://awschatbot2017.devpost.com/forum_topics/6680-how-to-create-bot-definition-file-for-non-node-js-users
aws lex-models get-slot-type \
    Custom Slot Types - Amazon Lex : http://docs.aws.amazon.com/lex/latest/dg/gs-cli-publish-slot-type.html
aws lex-models get-slot-type --name FoodOptions --slot-type-version '
    GitHub - terrenjpeterson/caloriecounter: AWS Lex based chatbot that calculates calories based on different fast food restaurants. This was an entry for a coding challenge on DevPost, and is actively used on Facebook Messenger. The issues list is actively managed as what defects or improvements are found by real world usage. : http://github.com/terrenjpeterson/caloriecounter

aws のオプション一覧