Write-LMBBot-Name <String>-AbortStatement <Statement>-Checksum <String>-ChildDirected <Boolean>-CreateVersion <Boolean>-Description <String>-DetectSentiment <Boolean>-EnableModelImprovement <Boolean>-IdleSessionTTLInSecond <Int32>-Intent <Intent[]>-Locale <Locale>-ClarificationPrompt_MaxAttempt <Int32>-ClarificationPrompt_Message <Message[]>-NluIntentConfidenceThreshold <Double>-ProcessBehavior <ProcessBehavior>-ClarificationPrompt_ResponseCard <String>-Tag <Tag[]>-VoiceId <String>-Select <String>-PassThru <SwitchParameter>-Force <SwitchParameter>-ClientConfig <AmazonLexModelBuildingServiceConfig>
response FAILED . You can build the bot after you add one or more intents. For more information about Amazon Lex bots, see how-it-works.
If you specify the name of an existing bot, the fields in the request replace the existing values in the $LATEST version of the bot. Amazon Lex removes any fields that you don't provide values for in the request, except for the idleTTLInSeconds and privacySettings fields, which are set to their default values. If you don't specify values for required fields, Amazon Lex throws an exception.
This operation requires permissions for the lex:PutBot action. For more information, see security-iam.
Parameters
-AbortStatement <Statement>When Amazon Lex can't understand the user's input in context, it tries to elicit the information a few times. After that, Amazon Lex sends the message defined in abortStatement to the user, and then cancels the conversation. To set the number of retries, use the valueElicitationPrompt field for the slot type. For example, in a pizza ordering bot, Amazon Lex might ask a user "What type of crust would you like?" If the user's response is not one of the expected responses (for example, "thin crust, "deep dish," etc.), Amazon Lex tries to elicit a correct response a few more times. For example, in a pizza ordering application, OrderPizza might be one of the intents. This intent might require the CrustType slot. You specify the valueElicitationPrompt field when you create the CrustType slot.If you have defined a fallback intent the cancel statement will not be sent to the user, the fallback intent is used instead. For more information, see AMAZON.FallbackIntent. Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-Checksum <String>Identifies a specific revision of the $LATEST version.When you create a new bot, leave the checksum field blank. If you specify a checksum you get a BadRequestException exception.When you want to update a bot, set the checksum field to the checksum of the most recent revision of the $LATEST version. If you don't specify the checksum field, or if the checksum does not match the $LATEST version, you get a PreconditionFailedException exception. Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-ChildDirected <Boolean>For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true or false in the childDirected field. By specifying true in the childDirected field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false in the childDirected field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA.If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ. Required? True Position? Named Accept pipeline input? True (ByPropertyName)
-ClarificationPrompt_MaxAttempt <Int32>The number of times to prompt the user for information. Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases ClarificationPrompt_MaxAttempts
-ClarificationPrompt_Message <Message[]>An array of objects, each of which provides a message string and its type. You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML). Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases ClarificationPrompt_Messages
-ClarificationPrompt_ResponseCard <String>A response card. Amazon Lex uses this prompt at runtime, in the PostText API response. It substitutes session attributes and slot values for placeholders in the response card. For more information, see ex-resp-card. Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-ClientConfig <AmazonLexModelBuildingServiceConfig>Amazon.PowerShell.Cmdlets.LMB.AmazonLexModelBuildingServiceClientCmdlet.ClientConfig Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-CreateVersion <Boolean>When set to true a new numbered version of the bot is created. This is the same as calling the CreateBotVersion operation. If you don't specify createVersion , the default is false . Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-Description <String>A description of the bot. Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-DetectSentiment <Boolean>When set to true user utterances are sent to Amazon Comprehend for sentiment analysis. If you don't specify detectSentiment , the default is false . Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-EnableModelImprovement <Boolean>Set to true to enable access to natural language understanding improvements.When you set the enableModelImprovements parameter to true you can use the nluIntentConfidenceThreshold parameter to configure confidence scores. For more information, see Confidence Scores.You can only set the enableModelImprovements parameter in certain Regions. If you set the parameter to true , your bot has access to accuracy improvements.The Regions where you can set the enableModelImprovements parameter to true are:- US East (N. Virginia) (us-east-1)
- US West (Oregon) (us-west-2)
- Asia Pacific (Sydney) (ap-southeast-2)
- EU (Ireland) (eu-west-1)
In other Regions, the enableModelImprovements parameter is set to true by default. In these Regions setting the parameter to false throws a ValidationException exception. Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases EnableModelImprovements
-Force <SwitchParameter>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-IdleSessionTTLInSecond <Int32>The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.A user interaction session remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout.For example, suppose that a user chooses the OrderPizza intent, but gets sidetracked halfway through placing an order. If the user doesn't complete the order within the specified time, Amazon Lex discards the slot information that it gathered, and the user must start over.If you don't include the idleSessionTTLInSeconds element in a PutBot operation request, Amazon Lex uses the default value. This is also true if the request replaces an existing bot.The default is 300 seconds (5 minutes). Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases IdleSessionTTLInSeconds
-Intent <Intent[]>An array of Intent objects. Each intent represents a command that a user can express. For example, a pizza ordering bot might support an OrderPizza intent. For more information, see how-it-works. Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases Intents
-Locale <Locale> Specifies the target locale for the bot. Any intent used in the bot must be compatible with the locale of the bot. The default is en-US . Required? True Position? Named Accept pipeline input? True (ByPropertyName)
-Name <String>The name of the bot. The name is not case sensitive. Required? True Position? 1 Accept pipeline input? True (ByValue, ByPropertyName)
-NluIntentConfidenceThreshold <Double>Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent , AMAZON.KendraSearchIntent , or both when returning alternative intents in a PostContent or PostText response. AMAZON.FallbackIntent and AMAZON.KendraSearchIntent are only inserted if they are configured for the bot.You must set the enableModelImprovements parameter to true to use confidence scores in the following regions.- US East (N. Virginia) (us-east-1)
- US West (Oregon) (us-west-2)
- Asia Pacific (Sydney) (ap-southeast-2)
- EU (Ireland) (eu-west-1)
In other Regions, the enableModelImprovements parameter is set to true by default.For example, suppose a bot is configured with the confidence threshold of 0.80 and the AMAZON.FallbackIntent . Amazon Lex returns three alternative intents with the following confidence scores: IntentA (0.70), IntentB (0.60), IntentC (0.50). The response from the PostText operation would be:- AMAZON.FallbackIntent
- IntentA
- IntentB
- IntentC
Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-PassThru <SwitchParameter>Changes the cmdlet behavior to return the value passed to the Name parameter. The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version. Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-ProcessBehavior <ProcessBehavior>If you set the processBehavior element to BUILD , Amazon Lex builds the bot so that it can be run. If you set the element to SAVE Amazon Lex saves the bot, but doesn't build it. If you don't specify this value, the default value is BUILD . Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-Select <String>Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.PutBotResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.PutBotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-Tag <Tag[]>A list of tags to add to the bot. You can only add tags when you create a bot, you can't use the PutBot operation to update the tags on a bot. To update tags, use the TagResource operation. Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases Tags
-VoiceId <String>The Amazon Polly voice ID that you want Amazon Lex to use for voice interactions with the user. The locale configured for the voice must match the locale of the bot. For more information, see Voices in Amazon Polly in the Amazon Polly Developer Guide. Required? False Position? Named Accept pipeline input? True (ByPropertyName)
Common Credential and Region Parameters
-AccessKey <String>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases AK
-Credential <AWSCredentials>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. Required? False Position? Named Accept pipeline input? True (ByValue, ByPropertyName)
-EndpointUrl <String>The endpoint to make the call against.Note: This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. Required? False Position? Named Accept pipeline input? True (ByPropertyName)
-NetworkCredential <PSCredential>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication. Required? False Position? Named Accept pipeline input? True (ByValue, ByPropertyName)
-ProfileLocation <String>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials.If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases AWSProfilesLocation, ProfilesLocation
-ProfileName <String>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases StoredCredentials, AWSProfileName
-Region <Object>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases RegionToCall
-SecretKey <String>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases SK, SecretAccessKey
-SessionToken <String>The session token if the access and secret keys are temporary session-based credentials. Required? False Position? Named Accept pipeline input? True (ByPropertyName) Aliases ST
Outputs
This cmdlet returns an Amazon.LexModelBuildingService.Model.PutBotResponse object containing multiple properties.
Related Links
Supported Version
AWS Tools for PowerShell: 4.1.738.0