AWS.Tools.LexModelBuildingService.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.LexModelBuildingService</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.LMB.AddLMBResourceTagCmdlet"> <summary> Adds the specified tags to the specified resource. If a tag key already exists, the existing value is replaced with the new value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.AddLMBResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the bot, bot alias, or bot channel to tag.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.AddLMBResourceTagCmdlet.Tag"> <summary> <para> <para>A list of tag keys to add to the resource. If a tag key already exists, the existing value is replaced with the new value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.AddLMBResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.AddLMBResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.AddLMBResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotCmdlet"> <summary> Returns metadata information for a specific bot. You must provide the bot name and the bot version or alias. <para> This operation requires permissions for the <c>lex:GetBot</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotCmdlet.Name"> <summary> <para> <para>The name of the bot. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotCmdlet.VersionOrAlias"> <summary> <para> <para>The version or alias of the bot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotCmdlet.Select"> <summary> 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.GetBotResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetBotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VersionOrAlias parameter. The -PassThru parameter is deprecated, use -Select '^VersionOrAlias' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasCmdlet"> <summary> Returns information about an Amazon Lex bot alias. For more information about aliases, see <a>versioning-aliases</a>. <para> This operation requires permissions for the <c>lex:GetBotAlias</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasCmdlet.BotName"> <summary> <para> <para>The name of the bot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasCmdlet.Name"> <summary> <para> <para>The name of the bot alias. The name is case sensitive.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasCmdlet.Select"> <summary> 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.GetBotAliasResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetBotAliasResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasListCmdlet"> <summary> Returns a list of aliases for a specified Amazon Lex bot. <para> This operation requires permissions for the <c>lex:GetBotAliases</c> action. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasListCmdlet.BotName"> <summary> <para> <para>The name of the bot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasListCmdlet.NameContain"> <summary> <para> <para>Substring to match in bot alias names. An alias will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of aliases to return in the response. The default is 50. . </para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasListCmdlet.NextToken"> <summary> <para> <para>A pagination token for fetching the next page of aliases. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of aliases, specify the pagination token in the next request. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'BotAliases'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.GetBotAliasesResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetBotAliasesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the BotName parameter. The -PassThru parameter is deprecated, use -Select '^BotName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotAliasListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationCmdlet"> <summary> Returns information about the association between an Amazon Lex bot and a messaging platform. <para> This operation requires permissions for the <c>lex:GetBotChannelAssociation</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationCmdlet.BotAlias"> <summary> <para> <para>An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationCmdlet.BotName"> <summary> <para> <para>The name of the Amazon Lex bot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationCmdlet.Name"> <summary> <para> <para>The name of the association between the bot and the channel. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationCmdlet.Select"> <summary> 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.GetBotChannelAssociationResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetBotChannelAssociationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationListCmdlet"> <summary> Returns a list of all of the channels associated with the specified bot. <para> The <c>GetBotChannelAssociations</c> operation requires permissions for the <c>lex:GetBotChannelAssociations</c> action. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationListCmdlet.BotAlias"> <summary> <para> <para>An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationListCmdlet.BotName"> <summary> <para> <para>The name of the Amazon Lex bot in the association.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationListCmdlet.NameContain"> <summary> <para> <para>Substring to match in channel association names. An association will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz." To return all bot channel associations, use a hyphen ("-") as the <c>nameContains</c> parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of associations to return in the response. The default is 50. </para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationListCmdlet.NextToken"> <summary> <para> <para>A pagination token for fetching the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'BotChannelAssociations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.GetBotChannelAssociationsResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetBotChannelAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the BotName parameter. The -PassThru parameter is deprecated, use -Select '^BotName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotChannelAssociationListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotListCmdlet"> <summary> Returns bot information as follows: <ul><li><para> If you provide the <c>nameContains</c> field, the response includes information for the <c>$LATEST</c> version of all bots whose name contains the specified string. </para></li><li><para> If you don't specify the <c>nameContains</c> field, the operation returns information about the <c>$LATEST</c> version of all of your bots. </para></li></ul><para> This operation requires permission for the <c>lex:GetBots</c> action. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotListCmdlet.NameContain"> <summary> <para> <para>Substring to match in bot names. A bot will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of bots to return in the response that the request will return. The default is 10.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotListCmdlet.NextToken"> <summary> <para> <para>A pagination token that fetches the next page of bots. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of bots, specify the pagination token in the next request. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Bots'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.GetBotsResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetBotsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotVersionListCmdlet"> <summary> Gets information about all of the versions of a bot. <para> The <c>GetBotVersions</c> operation returns a <c>BotMetadata</c> object for each version of a bot. For example, if a bot has three numbered versions, the <c>GetBotVersions</c> operation returns four <c>BotMetadata</c> objects in the response, one for each numbered version and one for the <c>$LATEST</c> version. </para><para> The <c>GetBotVersions</c> operation always returns at least one version, the <c>$LATEST</c> version. </para><para> This operation requires permissions for the <c>lex:GetBotVersions</c> action. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotVersionListCmdlet.Name"> <summary> <para> <para>The name of the bot for which versions should be returned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotVersionListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of bot versions to return in the response. The default is 10.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotVersionListCmdlet.NextToken"> <summary> <para> <para>A pagination token for fetching the next page of bot versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotVersionListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Bots'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.GetBotVersionsResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetBotVersionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotVersionListCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBotVersionListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinIntentCmdlet"> <summary> Returns information about a built-in intent. <para> This operation requires permission for the <c>lex:GetBuiltinIntent</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinIntentCmdlet.Signature"> <summary> <para> <para>The unique identifier for a built-in intent. To find the signature for an intent, see <a href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/standard-intents">Standard Built-in Intents</a> in the <i>Alexa Skills Kit</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinIntentCmdlet.Select"> <summary> 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.GetBuiltinIntentResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetBuiltinIntentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinIntentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Signature parameter. The -PassThru parameter is deprecated, use -Select '^Signature' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinIntentListCmdlet"> <summary> Gets a list of built-in intents that meet the specified criteria. <para> This operation requires permission for the <c>lex:GetBuiltinIntents</c> action. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinIntentListCmdlet.Locale"> <summary> <para> <para>A list of locales that the intent supports.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinIntentListCmdlet.SignatureContain"> <summary> <para> <para>Substring to match in built-in intent signatures. An intent will be returned if any part of its signature matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz." To find the signature for an intent, see <a href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/standard-intents">Standard Built-in Intents</a> in the <i>Alexa Skills Kit</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinIntentListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of intents to return in the response. The default is 10.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinIntentListCmdlet.NextToken"> <summary> <para> <para>A pagination token that fetches the next page of intents. If this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of intents, use the pagination token in the next request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinIntentListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Intents'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.GetBuiltinIntentsResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetBuiltinIntentsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinIntentListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinSlotTypeCmdlet"> <summary> Gets a list of built-in slot types that meet the specified criteria. <para> For a list of built-in slot types, see <a href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/slot-type-reference">Slot Type Reference</a> in the <i>Alexa Skills Kit</i>. </para><para> This operation requires permission for the <c>lex:GetBuiltInSlotTypes</c> action. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinSlotTypeCmdlet.Locale"> <summary> <para> <para>A list of locales that the slot type supports.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinSlotTypeCmdlet.SignatureContain"> <summary> <para> <para>Substring to match in built-in slot type signatures. A slot type will be returned if any part of its signature matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinSlotTypeCmdlet.MaxResult"> <summary> <para> <para>The maximum number of slot types to return in the response. The default is 10.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinSlotTypeCmdlet.NextToken"> <summary> <para> <para>A pagination token that fetches the next page of slot types. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of slot types, specify the pagination token in the next request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinSlotTypeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SlotTypes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.GetBuiltinSlotTypesResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetBuiltinSlotTypesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBBuiltinSlotTypeCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBExportCmdlet"> <summary> Exports the contents of a Amazon Lex resource in a specified format. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBExportCmdlet.ExportType"> <summary> <para> <para>The format of the exported data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBExportCmdlet.Name"> <summary> <para> <para>The name of the bot to export.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBExportCmdlet.ResourceType"> <summary> <para> <para>The type of resource to export. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBExportCmdlet.Version"> <summary> <para> <para>The version of the bot to export.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBExportCmdlet.Select"> <summary> 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.GetExportResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetExportResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBExportCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBImportCmdlet"> <summary> Gets information about an import job started with the <c>StartImport</c> operation. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBImportCmdlet.ImportId"> <summary> <para> <para>The identifier of the import job information to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBImportCmdlet.Select"> <summary> 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.GetImportResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetImportResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBImportCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImportId parameter. The -PassThru parameter is deprecated, use -Select '^ImportId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentCmdlet"> <summary> Returns information about an intent. In addition to the intent name, you must specify the intent version. <para> This operation requires permissions to perform the <c>lex:GetIntent</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentCmdlet.Name"> <summary> <para> <para>The name of the intent. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentCmdlet.Version"> <summary> <para> <para>The version of the intent.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentCmdlet.Select"> <summary> 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.GetIntentResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetIntentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentListCmdlet"> <summary> Returns intent information as follows: <ul><li><para> If you specify the <c>nameContains</c> field, returns the <c>$LATEST</c> version of all intents that contain the specified string. </para></li><li><para> If you don't specify the <c>nameContains</c> field, returns information about the <c>$LATEST</c> version of all intents. </para></li></ul><para> The operation requires permission for the <c>lex:GetIntents</c> action. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentListCmdlet.NameContain"> <summary> <para> <para>Substring to match in intent names. An intent will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of intents to return in the response. The default is 10.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentListCmdlet.NextToken"> <summary> <para> <para>A pagination token that fetches the next page of intents. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of intents, specify the pagination token in the next request. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Intents'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.GetIntentsResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetIntentsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentVersionCmdlet"> <summary> Gets information about all of the versions of an intent. <para> The <c>GetIntentVersions</c> operation returns an <c>IntentMetadata</c> object for each version of an intent. For example, if an intent has three numbered versions, the <c>GetIntentVersions</c> operation returns four <c>IntentMetadata</c> objects in the response, one for each numbered version and one for the <c>$LATEST</c> version. </para><para> The <c>GetIntentVersions</c> operation always returns at least one version, the <c>$LATEST</c> version. </para><para> This operation requires permissions for the <c>lex:GetIntentVersions</c> action. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentVersionCmdlet.Name"> <summary> <para> <para>The name of the intent for which versions should be returned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentVersionCmdlet.MaxResult"> <summary> <para> <para>The maximum number of intent versions to return in the response. The default is 10.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentVersionCmdlet.NextToken"> <summary> <para> <para>A pagination token for fetching the next page of intent versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentVersionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Intents'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.GetIntentVersionsResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetIntentVersionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentVersionCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBIntentVersionCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationCmdlet"> <summary> Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot. Use this operation to view the migration alerts and warnings related to the migration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationCmdlet.MigrationId"> <summary> <para> <para>The unique identifier of the migration to view. The <c>migrationID</c> is returned by the operation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationCmdlet.Select"> <summary> 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.GetMigrationResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetMigrationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the MigrationId parameter. The -PassThru parameter is deprecated, use -Select '^MigrationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationSummaryListCmdlet"> <summary> Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationSummaryListCmdlet.MigrationStatusEqual"> <summary> <para> <para>Filters the list to contain only migrations in the specified state.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationSummaryListCmdlet.SortByAttribute"> <summary> <para> <para>The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationSummaryListCmdlet.SortByOrder"> <summary> <para> <para>The order so sort the list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationSummaryListCmdlet.V1BotNameContain"> <summary> <para> <para>Filters the list to contain only bots whose name contains the specified string. The string is matched anywhere in bot name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationSummaryListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of migrations to return in the response. The default is 10.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationSummaryListCmdlet.NextToken"> <summary> <para> <para>A pagination token that fetches the next page of migrations. If the response to this operation is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of migrations, specify the pagination token in the request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationSummaryListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MigrationSummaries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.GetMigrationsResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetMigrationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBMigrationSummaryListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBResourceTagCmdlet"> <summary> Gets a list of tags associated with the specified resource. Only bots, bot aliases, and bot channels can have tags associated with them. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the resource to get a list of tags for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeCmdlet"> <summary> Returns information about a specific version of a slot type. In addition to specifying the slot type name, you must specify the slot type version. <para> This operation requires permissions for the <c>lex:GetSlotType</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeCmdlet.Name"> <summary> <para> <para>The name of the slot type. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeCmdlet.Version"> <summary> <para> <para>The version of the slot type. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeCmdlet.Select"> <summary> 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.GetSlotTypeResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetSlotTypeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeListCmdlet"> <summary> Returns slot type information as follows: <ul><li><para> If you specify the <c>nameContains</c> field, returns the <c>$LATEST</c> version of all slot types that contain the specified string. </para></li><li><para> If you don't specify the <c>nameContains</c> field, returns information about the <c>$LATEST</c> version of all slot types. </para></li></ul><para> The operation requires permission for the <c>lex:GetSlotTypes</c> action. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeListCmdlet.NameContain"> <summary> <para> <para>Substring to match in slot type names. A slot type will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of slot types to return in the response. The default is 10.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeListCmdlet.NextToken"> <summary> <para> <para>A pagination token that fetches the next page of slot types. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch next page of slot types, specify the pagination token in the next request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SlotTypes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.GetSlotTypesResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetSlotTypesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeVersionListCmdlet"> <summary> Gets information about all versions of a slot type. <para> The <c>GetSlotTypeVersions</c> operation returns a <c>SlotTypeMetadata</c> object for each version of a slot type. For example, if a slot type has three numbered versions, the <c>GetSlotTypeVersions</c> operation returns four <c>SlotTypeMetadata</c> objects in the response, one for each numbered version and one for the <c>$LATEST</c> version. </para><para> The <c>GetSlotTypeVersions</c> operation always returns at least one version, the <c>$LATEST</c> version. </para><para> This operation requires permissions for the <c>lex:GetSlotTypeVersions</c> action. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeVersionListCmdlet.Name"> <summary> <para> <para>The name of the slot type for which versions should be returned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeVersionListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of slot type versions to return in the response. The default is 10.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeVersionListCmdlet.NextToken"> <summary> <para> <para>A pagination token for fetching the next page of slot type versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeVersionListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SlotTypes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.GetSlotTypeVersionsResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetSlotTypeVersionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeVersionListCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBSlotTypeVersionListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.GetLMBUtterancesViewCmdlet"> <summary> Use the <c>GetUtterancesView</c> operation to get information about the utterances that your users have made to your bot. You can use this list to tune the utterances that your bot responds to. <para> For example, say that you have created a bot to order flowers. After your users have used your bot for a while, use the <c>GetUtterancesView</c> operation to see the requests that they have made and whether they have been successful. You might find that the utterance "I want flowers" is not being recognized. You could add this utterance to the <c>OrderFlowers</c> intent so that your bot recognizes that utterance. </para><para> After you publish a new version of a bot, you can get information about the old version and the new so that you can compare the performance across the two versions. </para><para> Utterance statistics are generated once a day. Data is available for the last 15 days. You can request information for up to 5 versions of your bot in each request. Amazon Lex returns the most frequent utterances received by the bot in the last 15 days. The response contains information about a maximum of 100 utterances for each version. </para><para> If you set <c>childDirected</c> field to true when you created your bot, if you are using slot obfuscation with one or more slots, or if you opted out of participating in improving Amazon Lex, utterances are not available. </para><para> This operation requires permissions for the <c>lex:GetUtterancesView</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBUtterancesViewCmdlet.BotName"> <summary> <para> <para>The name of the bot for which utterance information should be returned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBUtterancesViewCmdlet.BotVersion"> <summary> <para> <para>An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBUtterancesViewCmdlet.StatusType"> <summary> <para> <para>To return utterances that were recognized and handled, use <c>Detected</c>. To return utterances that were not recognized, use <c>Missed</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBUtterancesViewCmdlet.Select"> <summary> 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.GetUtterancesViewResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.GetUtterancesViewResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.GetLMBUtterancesViewCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the BotName parameter. The -PassThru parameter is deprecated, use -Select '^BotName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.NewLMBBotVersionCmdlet"> <summary> Creates a new version of the bot based on the <c>$LATEST</c> version. If the <c>$LATEST</c> version of this resource hasn't changed since you created the last version, Amazon Lex doesn't create a new version. It returns the last created version. <note><para> You can update only the <c>$LATEST</c> version of the bot. You can't update the numbered versions that you create with the <c>CreateBotVersion</c> operation. </para></note><para> When you create the first version of a bot, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see <a>versioning-intro</a>. </para><para> This operation requires permission for the <c>lex:CreateBotVersion</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBBotVersionCmdlet.Checksum"> <summary> <para> <para>Identifies a specific revision of the <c>$LATEST</c> version of the bot. If you specify a checksum and the <c>$LATEST</c> version of the bot has a different checksum, a <c>PreconditionFailedException</c> exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the <c>$LATEST</c> version.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBBotVersionCmdlet.Name"> <summary> <para> <para>The name of the bot that you want to create a new version of. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBBotVersionCmdlet.Select"> <summary> 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.CreateBotVersionResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.CreateBotVersionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBBotVersionCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBBotVersionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.NewLMBIntentVersionCmdlet"> <summary> Creates a new version of an intent based on the <c>$LATEST</c> version of the intent. If the <c>$LATEST</c> version of this intent hasn't changed since you last updated it, Amazon Lex doesn't create a new version. It returns the last version you created. <note><para> You can update only the <c>$LATEST</c> version of the intent. You can't update the numbered versions that you create with the <c>CreateIntentVersion</c> operation. </para></note><para> When you create a version of an intent, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see <a>versioning-intro</a>. </para><para> This operation requires permissions to perform the <c>lex:CreateIntentVersion</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBIntentVersionCmdlet.Checksum"> <summary> <para> <para>Checksum of the <c>$LATEST</c> version of the intent that should be used to create the new version. If you specify a checksum and the <c>$LATEST</c> version of the intent has a different checksum, Amazon Lex returns a <c>PreconditionFailedException</c> exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the <c>$LATEST</c> version.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBIntentVersionCmdlet.Name"> <summary> <para> <para>The name of the intent that you want to create a new version of. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBIntentVersionCmdlet.Select"> <summary> 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.CreateIntentVersionResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.CreateIntentVersionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBIntentVersionCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBIntentVersionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.NewLMBSlotTypeVersionCmdlet"> <summary> Creates a new version of a slot type based on the <c>$LATEST</c> version of the specified slot type. If the <c>$LATEST</c> version of this resource has not changed since the last version that you created, Amazon Lex doesn't create a new version. It returns the last version that you created. <note><para> You can update only the <c>$LATEST</c> version of a slot type. You can't update the numbered versions that you create with the <c>CreateSlotTypeVersion</c> operation. </para></note><para> When you create a version of a slot type, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see <a>versioning-intro</a>. </para><para> This operation requires permissions for the <c>lex:CreateSlotTypeVersion</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBSlotTypeVersionCmdlet.Checksum"> <summary> <para> <para>Checksum for the <c>$LATEST</c> version of the slot type that you want to publish. If you specify a checksum and the <c>$LATEST</c> version of the slot type has a different checksum, Amazon Lex returns a <c>PreconditionFailedException</c> exception and doesn't publish the new version. If you don't specify a checksum, Amazon Lex publishes the <c>$LATEST</c> version.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBSlotTypeVersionCmdlet.Name"> <summary> <para> <para>The name of the slot type that you want to create a new version for. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBSlotTypeVersionCmdlet.Select"> <summary> 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.CreateSlotTypeVersionResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.CreateSlotTypeVersionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBSlotTypeVersionCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.NewLMBSlotTypeVersionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotCmdlet"> <summary> Deletes all versions of the bot, including the <c>$LATEST</c> version. To delete a specific version of the bot, use the <a>DeleteBotVersion</a> operation. The <c>DeleteBot</c> operation doesn't immediately remove the bot schema. Instead, it is marked for deletion and removed later. <para> Amazon Lex stores utterances indefinitely for improving the ability of your bot to respond to user inputs. These utterances are not removed when the bot is deleted. To remove the utterances, use the <a>DeleteUtterances</a> operation. </para><para> If a bot has an alias, you can't delete it. Instead, the <c>DeleteBot</c> operation returns a <c>ResourceInUseException</c> exception that includes a reference to the alias that refers to the bot. To remove the reference to the bot, delete the alias. If you get the same exception again, delete the referring alias until the <c>DeleteBot</c> operation is successful. </para><para> This operation requires permissions for the <c>lex:DeleteBot</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotCmdlet.Name"> <summary> <para> <para>The name of the bot. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.DeleteBotResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotAliasCmdlet"> <summary> Deletes an alias for the specified bot. <para> You can't delete an alias that is used in the association between a bot and a messaging channel. If an alias is used in a channel association, the <c>DeleteBot</c> operation returns a <c>ResourceInUseException</c> exception that includes a reference to the channel association that refers to the bot. You can remove the reference to the alias by deleting the channel association. If you get the same exception again, delete the referring association until the <c>DeleteBotAlias</c> operation is successful. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotAliasCmdlet.BotName"> <summary> <para> <para>The name of the bot that the alias points to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotAliasCmdlet.Name"> <summary> <para> <para>The name of the alias to delete. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotAliasCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.DeleteBotAliasResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotAliasCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotAliasCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotChannelAssociationCmdlet"> <summary> Deletes the association between an Amazon Lex bot and a messaging platform. <para> This operation requires permission for the <c>lex:DeleteBotChannelAssociation</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotChannelAssociationCmdlet.BotAlias"> <summary> <para> <para>An alias that points to the specific version of the Amazon Lex bot to which this association is being made.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotChannelAssociationCmdlet.BotName"> <summary> <para> <para>The name of the Amazon Lex bot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotChannelAssociationCmdlet.Name"> <summary> <para> <para>The name of the association. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotChannelAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.DeleteBotChannelAssociationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotChannelAssociationCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotChannelAssociationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotVersionCmdlet"> <summary> Deletes a specific version of a bot. To delete all versions of a bot, use the <a>DeleteBot</a> operation. <para> This operation requires permissions for the <c>lex:DeleteBotVersion</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotVersionCmdlet.Name"> <summary> <para> <para>The name of the bot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotVersionCmdlet.Version"> <summary> <para> <para>The version of the bot to delete. You cannot delete the <c>$LATEST</c> version of the bot. To delete the <c>$LATEST</c> version, use the <a>DeleteBot</a> operation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotVersionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.DeleteBotVersionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotVersionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Version parameter. The -PassThru parameter is deprecated, use -Select '^Version' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBBotVersionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBIntentCmdlet"> <summary> Deletes all versions of the intent, including the <c>$LATEST</c> version. To delete a specific version of the intent, use the <a>DeleteIntentVersion</a> operation. <para> You can delete a version of an intent only if it is not referenced. To delete an intent that is referred to in one or more bots (see <a>how-it-works</a>), you must remove those references first. </para><note><para> If you get the <c>ResourceInUseException</c> exception, it provides an example reference that shows where the intent is referenced. To remove the reference to the intent, either update the bot or delete it. If you get the same exception when you attempt to delete the intent again, repeat until the intent has no references and the call to <c>DeleteIntent</c> is successful. </para></note><para> This operation requires permission for the <c>lex:DeleteIntent</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBIntentCmdlet.Name"> <summary> <para> <para>The name of the intent. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBIntentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.DeleteIntentResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBIntentCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBIntentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBIntentVersionCmdlet"> <summary> Deletes a specific version of an intent. To delete all versions of a intent, use the <a>DeleteIntent</a> operation. <para> This operation requires permissions for the <c>lex:DeleteIntentVersion</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBIntentVersionCmdlet.Name"> <summary> <para> <para>The name of the intent.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBIntentVersionCmdlet.Version"> <summary> <para> <para>The version of the intent to delete. You cannot delete the <c>$LATEST</c> version of the intent. To delete the <c>$LATEST</c> version, use the <a>DeleteIntent</a> operation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBIntentVersionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.DeleteIntentVersionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBIntentVersionCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBIntentVersionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBResourceTagCmdlet"> <summary> Removes tags from a bot, bot alias or bot channel. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the resource to remove the tags from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBResourceTagCmdlet.TagKey"> <summary> <para> <para>A list of tag keys to remove from the resource. If a tag key does not exist on the resource, it is ignored.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBSlotTypeCmdlet"> <summary> Deletes all versions of the slot type, including the <c>$LATEST</c> version. To delete a specific version of the slot type, use the <a>DeleteSlotTypeVersion</a> operation. <para> You can delete a version of a slot type only if it is not referenced. To delete a slot type that is referred to in one or more intents, you must remove those references first. </para><note><para> If you get the <c>ResourceInUseException</c> exception, the exception provides an example reference that shows the intent where the slot type is referenced. To remove the reference to the slot type, either update the intent or delete it. If you get the same exception when you attempt to delete the slot type again, repeat until the slot type has no references and the <c>DeleteSlotType</c> call is successful. </para></note><para> This operation requires permission for the <c>lex:DeleteSlotType</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBSlotTypeCmdlet.Name"> <summary> <para> <para>The name of the slot type. The name is case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBSlotTypeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.DeleteSlotTypeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBSlotTypeCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBSlotTypeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBSlotTypeVersionCmdlet"> <summary> Deletes a specific version of a slot type. To delete all versions of a slot type, use the <a>DeleteSlotType</a> operation. <para> This operation requires permissions for the <c>lex:DeleteSlotTypeVersion</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBSlotTypeVersionCmdlet.Name"> <summary> <para> <para>The name of the slot type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBSlotTypeVersionCmdlet.Version"> <summary> <para> <para>The version of the slot type to delete. You cannot delete the <c>$LATEST</c> version of the slot type. To delete the <c>$LATEST</c> version, use the <a>DeleteSlotType</a> operation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBSlotTypeVersionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.DeleteSlotTypeVersionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBSlotTypeVersionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Version parameter. The -PassThru parameter is deprecated, use -Select '^Version' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBSlotTypeVersionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBUtteranceCmdlet"> <summary> Deletes stored utterances. <para> Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the <a>GetUtterancesView</a> operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input. </para><para> Use the <c>DeleteUtterances</c> operation to manually delete stored utterances for a specific user. When you use the <c>DeleteUtterances</c> operation, utterances stored for improving your bot's ability to respond to user input are deleted immediately. Utterances stored for use with the <c>GetUtterancesView</c> operation are deleted after 15 days. </para><para> This operation requires permissions for the <c>lex:DeleteUtterances</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBUtteranceCmdlet.BotName"> <summary> <para> <para>The name of the bot that stored the utterances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBUtteranceCmdlet.UserId"> <summary> <para> <para> The unique identifier for the user that made the utterances. This is the user ID that was sent in the <a href="http://docs.aws.amazon.com/lex/latest/dg/API_runtime_PostContent.html">PostContent</a> or <a href="http://docs.aws.amazon.com/lex/latest/dg/API_runtime_PostText.html">PostText</a> operation request that contained the utterance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBUtteranceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelBuildingService.Model.DeleteUtterancesResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBUtteranceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the UserId parameter. The -PassThru parameter is deprecated, use -Select '^UserId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.RemoveLMBUtteranceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.StartLMBImportCmdlet"> <summary> Starts a job to import a resource to Amazon Lex. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBImportCmdlet.MergeStrategy"> <summary> <para> <para>Specifies the action that the <c>StartImport</c> operation should take when there is an existing resource with the same name.</para><ul><li><para>FAIL_ON_CONFLICT - The import operation is stopped on the first conflict between a resource in the import file and an existing resource. The name of the resource causing the conflict is in the <c>failureReason</c> field of the response to the <c>GetImport</c> operation.</para><para>OVERWRITE_LATEST - The import operation proceeds even if there is a conflict with an existing resource. The $LASTEST version of the existing resource is overwritten with the data from the import file.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBImportCmdlet.Payload"> <summary> <para> <para>A zip archive in binary format. The archive should contain one file, a JSON file containing the resource to import. The resource should match the type specified in the <c>resourceType</c> field.</para> </para> <para>The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBImportCmdlet.ResourceType"> <summary> <para> <para>Specifies the type of resource to export. Each resource also exports any resources that it depends on. </para><ul><li><para>A bot exports dependent intents.</para></li><li><para>An intent exports dependent slot types.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBImportCmdlet.Tag"> <summary> <para> <para>A list of tags to add to the imported bot. You can only add tags when you import a bot, you can't add tags to an intent or slot type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBImportCmdlet.Select"> <summary> 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.StartImportResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.StartImportResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBImportCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.StartLMBMigrationCmdlet"> <summary> Starts migrating a bot from Amazon Lex V1 to Amazon Lex V2. Migrate your bot when you want to take advantage of the new features of Amazon Lex V2. <para> For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/migrate.html">Migrating a bot</a> in the <i>Amazon Lex developer guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBMigrationCmdlet.MigrationStrategy"> <summary> <para> <para>The strategy used to conduct the migration.</para><ul><li><para><c>CREATE_NEW</c> - Creates a new Amazon Lex V2 bot and migrates the Amazon Lex V1 bot to the new bot.</para></li><li><para><c>UPDATE_EXISTING</c> - Overwrites the existing Amazon Lex V2 bot metadata and the locale being migrated. It doesn't change any other locales in the Amazon Lex V2 bot. If the locale doesn't exist, a new locale is created in the Amazon Lex V2 bot.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBMigrationCmdlet.V1BotName"> <summary> <para> <para>The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBMigrationCmdlet.V1BotVersion"> <summary> <para> <para>The version of the bot to migrate to Amazon Lex V2. You can migrate the <c>$LATEST</c> version as well as any numbered version.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBMigrationCmdlet.V2BotName"> <summary> <para> <para>The name of the Amazon Lex V2 bot that you are migrating the Amazon Lex V1 bot to. </para><ul><li><para>If the Amazon Lex V2 bot doesn't exist, you must use the <c>CREATE_NEW</c> migration strategy.</para></li><li><para>If the Amazon Lex V2 bot exists, you must use the <c>UPDATE_EXISTING</c> migration strategy to change the contents of the Amazon Lex V2 bot.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBMigrationCmdlet.V2BotRole"> <summary> <para> <para>The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBMigrationCmdlet.Select"> <summary> 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.StartMigrationResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.StartMigrationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.StartLMBMigrationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet"> <summary> Creates an Amazon Lex conversational bot or replaces an existing bot. When you create or update a bot you are only required to specify a name, a locale, and whether the bot is directed toward children under age 13. You can use this to add intents later, or to remove intents from an existing bot. When you create a bot with the minimum information, the bot is created or updated but Amazon Lex returns the <code /> response <c>FAILED</c>. You can build the bot after you add one or more intents. For more information about Amazon Lex bots, see <a>how-it-works</a>. <para> If you specify the name of an existing bot, the fields in the request replace the existing values in the <c>$LATEST</c> version of the bot. Amazon Lex removes any fields that you don't provide values for in the request, except for the <c>idleTTLInSeconds</c> and <c>privacySettings</c> fields, which are set to their default values. If you don't specify values for required fields, Amazon Lex throws an exception. </para><para> This operation requires permissions for the <c>lex:PutBot</c> action. For more information, see <a>security-iam</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.AbortStatement"> <summary> <para> <para>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 <c>abortStatement</c> to the user, and then cancels the conversation. To set the number of retries, use the <c>valueElicitationPrompt</c> field for the slot type. </para><para>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. </para><para>For example, in a pizza ordering application, <c>OrderPizza</c> might be one of the intents. This intent might require the <c>CrustType</c> slot. You specify the <c>valueElicitationPrompt</c> field when you create the <c>CrustType</c> slot.</para><para>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 <a href="https://docs.aws.amazon.com/lex/latest/dg/built-in-intent-fallback.html"> AMAZON.FallbackIntent</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.Checksum"> <summary> <para> <para>Identifies a specific revision of the <c>$LATEST</c> version.</para><para>When you create a new bot, leave the <c>checksum</c> field blank. If you specify a checksum you get a <c>BadRequestException</c> exception.</para><para>When you want to update a bot, set the <c>checksum</c> field to the checksum of the most recent revision of the <c>$LATEST</c> version. If you don't specify the <c> checksum</c> field, or if the checksum does not match the <c>$LATEST</c> version, you get a <c>PreconditionFailedException</c> exception.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.ChildDirected"> <summary> <para> <para>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 <c>true</c> or <c>false</c> in the <c>childDirected</c> field. By specifying <c>true</c> in the <c>childDirected</c> field, you confirm that your use of Amazon Lex <b>is</b> 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 <c>false</c> in the <c>childDirected</c> field, you confirm that your use of Amazon Lex <b>is not</b> 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 <c>childDirected</c> 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.</para><para>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 <a href="https://aws.amazon.com/lex/faqs#data-security">Amazon Lex FAQ.</a></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.CreateVersion"> <summary> <para> <para>When set to <c>true</c> a new numbered version of the bot is created. This is the same as calling the <c>CreateBotVersion</c> operation. If you don't specify <c>createVersion</c>, the default is <c>false</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.Description"> <summary> <para> <para>A description of the bot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.DetectSentiment"> <summary> <para> <para>When set to <c>true</c> user utterances are sent to Amazon Comprehend for sentiment analysis. If you don't specify <c>detectSentiment</c>, the default is <c>false</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.EnableModelImprovement"> <summary> <para> <para>Set to <c>true</c> to enable access to natural language understanding improvements. </para><para>When you set the <c>enableModelImprovements</c> parameter to <c>true</c> you can use the <c>nluIntentConfidenceThreshold</c> parameter to configure confidence scores. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/confidence-scores.html">Confidence Scores</a>.</para><para>You can only set the <c>enableModelImprovements</c> parameter in certain Regions. If you set the parameter to <c>true</c>, your bot has access to accuracy improvements.</para><para>The Regions where you can set the <c>enableModelImprovements</c> parameter to <c>true</c> are:</para><ul><li><para>US East (N. Virginia) (us-east-1)</para></li><li><para>US West (Oregon) (us-west-2)</para></li><li><para>Asia Pacific (Sydney) (ap-southeast-2)</para></li><li><para>EU (Ireland) (eu-west-1)</para></li></ul><para>In other Regions, the <c>enableModelImprovements</c> parameter is set to <c>true</c> by default. In these Regions setting the parameter to <c>false</c> throws a <c>ValidationException</c> exception.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.IdleSessionTTLInSecond"> <summary> <para> <para>The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.</para><para>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.</para><para>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.</para><para>If you don't include the <c>idleSessionTTLInSeconds</c> element in a <c>PutBot</c> operation request, Amazon Lex uses the default value. This is also true if the request replaces an existing bot.</para><para>The default is 300 seconds (5 minutes).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.Intent"> <summary> <para> <para>An array of <c>Intent</c> 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 <a>how-it-works</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.Locale"> <summary> <para> <para> Specifies the target locale for the bot. Any intent used in the bot must be compatible with the locale of the bot. </para><para>The default is <c>en-US</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.ClarificationPrompt_MaxAttempt"> <summary> <para> <para>The number of times to prompt the user for information.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.ClarificationPrompt_Message"> <summary> <para> <para>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).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.Name"> <summary> <para> <para>The name of the bot. The name is <i>not</i> case sensitive. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.NluIntentConfidenceThreshold"> <summary> <para> <para>Determines the threshold where Amazon Lex will insert the <c>AMAZON.FallbackIntent</c>, <c>AMAZON.KendraSearchIntent</c>, or both when returning alternative intents in a <a href="https://docs.aws.amazon.com/lex/latest/dg/API_runtime_PostContent.html">PostContent</a> or <a href="https://docs.aws.amazon.com/lex/latest/dg/API_runtime_PostText.html">PostText</a> response. <c>AMAZON.FallbackIntent</c> and <c>AMAZON.KendraSearchIntent</c> are only inserted if they are configured for the bot.</para><para>You must set the <c>enableModelImprovements</c> parameter to <c>true</c> to use confidence scores in the following regions.</para><ul><li><para>US East (N. Virginia) (us-east-1)</para></li><li><para>US West (Oregon) (us-west-2)</para></li><li><para>Asia Pacific (Sydney) (ap-southeast-2)</para></li><li><para>EU (Ireland) (eu-west-1)</para></li></ul><para>In other Regions, the <c>enableModelImprovements</c> parameter is set to <c>true</c> by default.</para><para>For example, suppose a bot is configured with the confidence threshold of 0.80 and the <c>AMAZON.FallbackIntent</c>. Amazon Lex returns three alternative intents with the following confidence scores: IntentA (0.70), IntentB (0.60), IntentC (0.50). The response from the <c>PostText</c> operation would be:</para><ul><li><para>AMAZON.FallbackIntent</para></li><li><para>IntentA</para></li><li><para>IntentB</para></li><li><para>IntentC</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.ProcessBehavior"> <summary> <para> <para>If you set the <c>processBehavior</c> element to <c>BUILD</c>, Amazon Lex builds the bot so that it can be run. If you set the element to <c>SAVE</c> Amazon Lex saves the bot, but doesn't build it. </para><para>If you don't specify this value, the default value is <c>BUILD</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.ClarificationPrompt_ResponseCard"> <summary> <para> <para>A response card. Amazon Lex uses this prompt at runtime, in the <c>PostText</c> API response. It substitutes session attributes and slot values for placeholders in the response card. For more information, see <a>ex-resp-card</a>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.Tag"> <summary> <para> <para>A list of tags to add to the bot. You can only add tags when you create a bot, you can't use the <c>PutBot</c> operation to update the tags on a bot. To update tags, use the <c>TagResource</c> operation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.VoiceId"> <summary> <para> <para>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 <a href="https://docs.aws.amazon.com/polly/latest/dg/voicelist.html">Voices in Amazon Polly</a> in the <i>Amazon Polly Developer Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.Select"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet"> <summary> Creates an alias for the specified version of the bot or replaces an alias for the specified bot. To change the version of the bot that the alias points to, replace the alias. For more information about aliases, see <a>versioning-aliases</a>. <para> This operation requires permissions for the <c>lex:PutBotAlias</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet.BotName"> <summary> <para> <para>The name of the bot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet.BotVersion"> <summary> <para> <para>The version of the bot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet.Checksum"> <summary> <para> <para>Identifies a specific revision of the <c>$LATEST</c> version.</para><para>When you create a new bot alias, leave the <c>checksum</c> field blank. If you specify a checksum you get a <c>BadRequestException</c> exception.</para><para>When you want to update a bot alias, set the <c>checksum</c> field to the checksum of the most recent revision of the <c>$LATEST</c> version. If you don't specify the <c> checksum</c> field, or if the checksum does not match the <c>$LATEST</c> version, you get a <c>PreconditionFailedException</c> exception.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet.Description"> <summary> <para> <para>A description of the alias.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet.ConversationLogs_IamRoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. If audio encryption is enabled, this role also provides access permission for the AWS KMS key used for encrypting audio logs. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/conversation-logs-role-and-policy.html">Creating an IAM Role and Policy for Conversation Logs</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet.ConversationLogs_LogSetting"> <summary> <para> <para>The settings for your conversation logs. You can log the conversation text, conversation audio, or both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet.Name"> <summary> <para> <para>The name of the alias. The name is <i>not</i> case sensitive.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet.Tag"> <summary> <para> <para>A list of tags to add to the bot alias. You can only add tags when you create an alias, you can't use the <c>PutBotAlias</c> operation to update the tags on a bot alias. To update tags, use the <c>TagResource</c> operation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet.Select"> <summary> 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.PutBotAliasResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.PutBotAliasResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBBotAliasCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet"> <summary> Creates an intent or replaces an existing intent. <para> To define the interaction between the user and your bot, you use one or more intents. For a pizza ordering bot, for example, you would create an <c>OrderPizza</c> intent. </para><para> To create an intent or replace an existing intent, you must provide the following: </para><ul><li><para> Intent name. For example, <c>OrderPizza</c>. </para></li><li><para> Sample utterances. For example, "Can I order a pizza, please." and "I want to order a pizza." </para></li><li><para> Information to be gathered. You specify slot types for the information that your bot will request from the user. You can specify standard slot types, such as a date or a time, or custom slot types such as the size and crust of a pizza. </para></li><li><para> How the intent will be fulfilled. You can provide a Lambda function or configure the intent to return the intent information to the client application. If you use a Lambda function, when all of the intent information is available, Amazon Lex invokes your Lambda function. If you configure your intent to return the intent information to the client application. </para></li></ul><para> You can specify other optional information in the request, such as: </para><ul><li><para> A confirmation prompt to ask the user to confirm an intent. For example, "Shall I order your pizza?" </para></li><li><para> A conclusion statement to send to the user after the intent has been fulfilled. For example, "I placed your pizza order." </para></li><li><para> A follow-up prompt that asks the user for additional activity. For example, asking "Do you want to order a drink with your pizza?" </para></li></ul><para> If you specify an existing intent name to update the intent, Amazon Lex replaces the values in the <c>$LATEST</c> version of the intent with the values in the request. Amazon Lex removes fields that you don't provide in the request. If you don't specify the required fields, Amazon Lex throws an exception. When you update the <c>$LATEST</c> version of an intent, the <c>status</c> field of any bot that uses the <c>$LATEST</c> version of the intent is set to <c>NOT_BUILT</c>. </para><para> For more information, see <a>how-it-works</a>. </para><para> This operation requires permissions for the <c>lex:PutIntent</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.Checksum"> <summary> <para> <para>Identifies a specific revision of the <c>$LATEST</c> version.</para><para>When you create a new intent, leave the <c>checksum</c> field blank. If you specify a checksum you get a <c>BadRequestException</c> exception.</para><para>When you want to update a intent, set the <c>checksum</c> field to the checksum of the most recent revision of the <c>$LATEST</c> version. If you don't specify the <c> checksum</c> field, or if the checksum does not match the <c>$LATEST</c> version, you get a <c>PreconditionFailedException</c> exception.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.ConclusionStatement"> <summary> <para> <para> The statement that you want Amazon Lex to convey to the user after the intent is successfully fulfilled by the Lambda function. </para><para>This element is relevant only if you provide a Lambda function in the <c>fulfillmentActivity</c>. If you return the intent to the client application, you can't specify this element.</para><note><para>The <c>followUpPrompt</c> and <c>conclusionStatement</c> are mutually exclusive. You can specify only one.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.CreateVersion"> <summary> <para> <para>When set to <c>true</c> a new numbered version of the intent is created. This is the same as calling the <c>CreateIntentVersion</c> operation. If you do not specify <c>createVersion</c>, the default is <c>false</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.Description"> <summary> <para> <para>A description of the intent.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.InputContext"> <summary> <para> <para>An array of <c>InputContext</c> objects that lists the contexts that must be active for Amazon Lex to choose the intent in a conversation with the user.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.KendraConfiguration_KendraIndex"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent to search. The index must be in the same account and Region as the Amazon Lex bot. If the Amazon Kendra index does not exist, you get an exception when you call the <c>PutIntent</c> operation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.ConfirmationPrompt_MaxAttempt"> <summary> <para> <para>The number of times to prompt the user for information.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.Prompt_MaxAttempt"> <summary> <para> <para>The number of times to prompt the user for information.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.ConfirmationPrompt_Message"> <summary> <para> <para>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).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.Prompt_Message"> <summary> <para> <para>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).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.DialogCodeHook_MessageVersion"> <summary> <para> <para>The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see <a>using-lambda</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.CodeHook_MessageVersion"> <summary> <para> <para>The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see <a>using-lambda</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.Name"> <summary> <para> <para>The name of the intent. The name is <i>not</i> case sensitive. </para><para>The name can't match a built-in intent name, or a built-in intent name with "AMAZON." removed. For example, because there is a built-in intent called <c>AMAZON.HelpIntent</c>, you can't create a custom intent called <c>HelpIntent</c>.</para><para>For a list of built-in intents, see <a href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/standard-intents">Standard Built-in Intents</a> in the <i>Alexa Skills Kit</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.OutputContext"> <summary> <para> <para>An array of <c>OutputContext</c> objects that lists the contexts that the intent activates when the intent is fulfilled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.ParentIntentSignature"> <summary> <para> <para>A unique identifier for the built-in intent to base this intent on. To find the signature for an intent, see <a href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/standard-intents">Standard Built-in Intents</a> in the <i>Alexa Skills Kit</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.KendraConfiguration_QueryFilterString"> <summary> <para> <para>A query filter that Amazon Lex sends to Amazon Kendra to filter the response from the query. The filter is in the format defined by Amazon Kendra. For more information, see <a href="http://docs.aws.amazon.com/kendra/latest/dg/filtering.html">Filtering queries</a>.</para><para>You can override this filter string with a new filter string at runtime.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.FollowUpPrompt_RejectionStatement"> <summary> <para> <para>If the user answers "no" to the question defined in the <c>prompt</c> field, Amazon Lex responds with this statement to acknowledge that the intent was canceled. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.RejectionStatement"> <summary> <para> <para>When the user answers "no" to the question defined in <c>confirmationPrompt</c>, Amazon Lex responds with this statement to acknowledge that the intent was canceled. </para><note><para>You must provide both the <c>rejectionStatement</c> and the <c>confirmationPrompt</c>, or neither.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.ConfirmationPrompt_ResponseCard"> <summary> <para> <para>A response card. Amazon Lex uses this prompt at runtime, in the <c>PostText</c> API response. It substitutes session attributes and slot values for placeholders in the response card. For more information, see <a>ex-resp-card</a>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.Prompt_ResponseCard"> <summary> <para> <para>A response card. Amazon Lex uses this prompt at runtime, in the <c>PostText</c> API response. It substitutes session attributes and slot values for placeholders in the response card. For more information, see <a>ex-resp-card</a>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.KendraConfiguration_Role"> <summary> <para> <para>The Amazon Resource Name (ARN) of an IAM role that has permission to search the Amazon Kendra index. The role must be in the same account and Region as the Amazon Lex bot. If the role does not exist, you get an exception when you call the <c>PutIntent</c> operation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.SampleUtterance"> <summary> <para> <para>An array of utterances (strings) that a user might say to signal the intent. For example, "I want {PizzaSize} pizza", "Order {Quantity} {PizzaSize} pizzas". </para><para>In each utterance, a slot name is enclosed in curly braces. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.Slot"> <summary> <para> <para>An array of intent slots. At runtime, Amazon Lex elicits required slot values from the user using prompts defined in the slots. For more information, see <a>how-it-works</a>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.FulfillmentActivity_Type"> <summary> <para> <para> How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the client application. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.DialogCodeHook_Uri"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Lambda function.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.CodeHook_Uri"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Lambda function.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.Select"> <summary> 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.PutIntentResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.PutIntentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBIntentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet"> <summary> Creates a custom slot type or replaces an existing custom slot type. <para> To create a custom slot type, specify a name for the slot type and a set of enumeration values, which are the values that a slot of this type can assume. For more information, see <a>how-it-works</a>. </para><para> If you specify the name of an existing slot type, the fields in the request replace the existing values in the <c>$LATEST</c> version of the slot type. Amazon Lex removes the fields that you don't provide in the request. If you don't specify required fields, Amazon Lex throws an exception. When you update the <c>$LATEST</c> version of a slot type, if a bot uses the <c>$LATEST</c> version of an intent that contains the slot type, the bot's <c>status</c> field is set to <c>NOT_BUILT</c>. </para><para> This operation requires permissions for the <c>lex:PutSlotType</c> action. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet.Checksum"> <summary> <para> <para>Identifies a specific revision of the <c>$LATEST</c> version.</para><para>When you create a new slot type, leave the <c>checksum</c> field blank. If you specify a checksum you get a <c>BadRequestException</c> exception.</para><para>When you want to update a slot type, set the <c>checksum</c> field to the checksum of the most recent revision of the <c>$LATEST</c> version. If you don't specify the <c> checksum</c> field, or if the checksum does not match the <c>$LATEST</c> version, you get a <c>PreconditionFailedException</c> exception.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet.CreateVersion"> <summary> <para> <para>When set to <c>true</c> a new numbered version of the slot type is created. This is the same as calling the <c>CreateSlotTypeVersion</c> operation. If you do not specify <c>createVersion</c>, the default is <c>false</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet.Description"> <summary> <para> <para>A description of the slot type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet.EnumerationValue"> <summary> <para> <para>A list of <c>EnumerationValue</c> objects that defines the values that the slot type can take. Each value can have a list of <c>synonyms</c>, which are additional values that help train the machine learning model about the values that it resolves for a slot. </para><para>A regular expression slot type doesn't require enumeration values. All other slot types require a list of enumeration values.</para><para>When Amazon Lex resolves a slot value, it generates a resolution list that contains up to five possible values for the slot. If you are using a Lambda function, this resolution list is passed to the function. If you are not using a Lambda function you can choose to return the value that the user entered or the first value in the resolution list as the slot value. The <c>valueSelectionStrategy</c> field indicates the option to use. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet.Name"> <summary> <para> <para>The name of the slot type. The name is <i>not</i> case sensitive. </para><para>The name can't match a built-in slot type name, or a built-in slot type name with "AMAZON." removed. For example, because there is a built-in slot type called <c>AMAZON.DATE</c>, you can't create a custom slot type called <c>DATE</c>.</para><para>For a list of built-in slot types, see <a href="https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/slot-type-reference">Slot Type Reference</a> in the <i>Alexa Skills Kit</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet.ParentSlotTypeSignature"> <summary> <para> <para>The built-in slot type used as the parent of the slot type. When you define a parent slot type, the new slot type has all of the same configuration as the parent.</para><para>Only <c>AMAZON.AlphaNumeric</c> is supported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet.SlotTypeConfiguration"> <summary> <para> <para>Configuration information that extends the parent built-in slot type. The configuration is added to the settings for the parent slot type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet.ValueSelectionStrategy"> <summary> <para> <para>Determines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be set to one of the following values:</para><ul><li><para><c>ORIGINAL_VALUE</c> - Returns the value entered by the user, if the user value is similar to the slot value.</para></li><li><para><c>TOP_RESOLUTION</c> - If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.</para></li></ul><para>If you don't specify the <c>valueSelectionStrategy</c>, the default is <c>ORIGINAL_VALUE</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet.Select"> <summary> 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.PutSlotTypeResponse). Specifying the name of a property of type Amazon.LexModelBuildingService.Model.PutSlotTypeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LMB.WriteLMBSlotTypeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |