AWS.Tools.LexModelsV2.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.LexModelsV2</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.AddLMBV2ResourceTagCmdlet">
            <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.LMBV2.AddLMBV2ResourceTagCmdlet.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.LMBV2.AddLMBV2ResourceTagCmdlet.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.LMBV2.AddLMBV2ResourceTagCmdlet.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.LexModelsV2.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.AddLMBV2ResourceTagCmdlet.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.LMBV2.AddLMBV2ResourceTagCmdlet.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.LMBV2.BuildLMBV2BotLocaleCmdlet">
            <summary>
            Builds a bot, its intents, and its slot types into a specific locale. A bot can be
            built into multiple locales. At runtime the locale is used to choose a specific build
            of the bot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.BuildLMBV2BotLocaleCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot to build. The identifier is returned in the response from
            the operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.BuildLMBV2BotLocaleCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot to build. This can only be the draft version of the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.BuildLMBV2BotLocaleCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale that the bot will be used in. The string
            must match one of the supported locales. All of the intents, slot types, and slots
            used in the bot must have the same locale. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.BuildLMBV2BotLocaleCmdlet.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.LexModelsV2.Model.BuildBotLocaleResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.BuildBotLocaleResponse 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.LMBV2.BuildLMBV2BotLocaleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LocaleId parameter.
            The -PassThru parameter is deprecated, use -Select '^LocaleId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.BuildLMBV2BotLocaleCmdlet.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.LMBV2.GetLMBV2BotCmdlet">
            <summary>
            Provides metadata information about a bot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotCmdlet.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.LexModelsV2.Model.DescribeBotResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeBotResponse 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.LMBV2.GetLMBV2BotCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotAliasCmdlet">
            <summary>
            Get information about a specific bot alias.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotAliasCmdlet.BotAliasId">
            <summary>
            <para>
            <para>The identifier of the bot alias to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotAliasCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with the bot alias to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotAliasCmdlet.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.LexModelsV2.Model.DescribeBotAliasResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeBotAliasResponse 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.LMBV2.GetLMBV2BotAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotAliasId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotAliasId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotAliasListCmdlet">
            <summary>
            Gets a list of aliases for the specified bot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotAliasListCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot to list aliases for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotAliasListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of aliases to return in each page of results. If there are fewer
            results than the max page size, only the actual number of results are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotAliasListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the <code>ListBotAliases</code> operation contains more results
            than specified in the <code>maxResults</code> parameter, a token is returned in the
            response. Use that token in the <code>nextToken</code> parameter to return the next
            page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotAliasListCmdlet.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.LexModelsV2.Model.ListBotAliasesResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListBotAliasesResponse 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.LMBV2.GetLMBV2BotAliasListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotListCmdlet">
            <summary>
            Gets a list of available bots.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotListCmdlet.SortBy_Attribute">
            <summary>
            <para>
            <para>The attribute to use to sort the list of bots.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotListCmdlet.Filter">
            <summary>
            <para>
            <para>Provides the specification of a filter used to limit the bots in the response to only
            those that match the filter specification. You can only specify one filter and one
            string to filter on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotListCmdlet.SortBy_Order">
            <summary>
            <para>
            <para>The order to sort the list. You can choose ascending or descending.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of bots to return in each page of results. If there are fewer results
            than the maximum page size, only the actual number of results are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the <code>ListBots</code> operation contains more results than
            specified in the <code>maxResults</code> parameter, a token is returned in the response.
            Use that token in the <code>nextToken</code> parameter to return the next page of
            results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BotSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LexModelsV2.Model.ListBotsResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListBotsResponse 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="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleCmdlet">
            <summary>
            Describes the settings that a bot has for a specific locale.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with the locale.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleCmdlet.BotVersion">
            <summary>
            <para>
            <para>The identifier of the version of the bot associated with the locale.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleCmdlet.LocaleId">
            <summary>
            <para>
            <para>The unique identifier of the locale to describe. The string must match one of the
            supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleCmdlet.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.LexModelsV2.Model.DescribeBotLocaleResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeBotLocaleResponse 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.LMBV2.GetLMBV2BotLocaleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LocaleId parameter.
            The -PassThru parameter is deprecated, use -Select '^LocaleId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleListCmdlet">
            <summary>
            Gets a list of locales for the specified bot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleListCmdlet.SortBy_Attribute">
            <summary>
            <para>
            <para>The bot locale attribute to sort by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleListCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot to list locales for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleListCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot to list locales for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleListCmdlet.Filter">
            <summary>
            <para>
            <para>Provides the specification for a filter used to limit the response to only those locales
            that match the filter specification. You can only specify one filter and one value
            to filter on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleListCmdlet.SortBy_Order">
            <summary>
            <para>
            <para>Specifies whether to sort the bot locales in ascending or descending order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of aliases to return in each page of results. If there are fewer
            results than the max page size, only the actual number of results are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the <code>ListBotLocales</code> operation contains more results
            than specified in the <code>maxResults</code> parameter, a token is returned in the
            response. Use that token as the <code>nextToken</code> parameter to return the next
            page of results. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotLocaleListCmdlet.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.LexModelsV2.Model.ListBotLocalesResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListBotLocalesResponse 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.LMBV2.GetLMBV2BotLocaleListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotVersionCmdlet">
            <summary>
            Provides metadata about a version of a bot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotVersionCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot containing the version to return metadata for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotVersionCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot to return metadata for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotVersionCmdlet.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.LexModelsV2.Model.DescribeBotVersionResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeBotVersionResponse 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.LMBV2.GetLMBV2BotVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotVersionListCmdlet">
            <summary>
            Gets information about all of the versions of a bot.
             
              
            <para>
            The <code>ListBotVersions</code> operation returns a summary of each version of a
            bot. For example, if a bot has three numbered versions, the <code>ListBotVersions</code>
            operation returns for summaries, one for each numbered version and one for the <code>DRAFT</code>
            version.
            </para><para>
            The <code>ListBotVersions</code> operation always returns at least one version, the
            <code>DRAFT</code> version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotVersionListCmdlet.SortBy_Attribute">
            <summary>
            <para>
            <para>The attribute to use to sort the list of versions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotVersionListCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot to list versions for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotVersionListCmdlet.SortBy_Order">
            <summary>
            <para>
            <para>The order to sort the list. You can specify ascending or descending order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotVersionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of versions to return in each page of results. If there are fewer
            results than the max page size, only the actual number of results are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotVersionListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response to the <code>ListBotVersion</code> operation contains more results
            than specified in the <code>maxResults</code> parameter, a token is returned in the
            response. Use that token in the <code>nextToken</code> parameter to return the next
            page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotVersionListCmdlet.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.LexModelsV2.Model.ListBotVersionsResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListBotVersionsResponse 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.LMBV2.GetLMBV2BotVersionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInIntentListCmdlet">
            <summary>
            Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
             
             
              
            <para>
            To use a built-in intent as a the base for your own intent, include the built-in intent
            signature in the <code>parentIntentSignature</code> parameter when you call the <code>CreateIntent</code>
            operation. For more information, see <a>CreateIntent</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInIntentListCmdlet.SortBy_Attribute">
            <summary>
            <para>
            <para>The attribute to use to sort the list of built-in intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInIntentListCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the intents to list. The string must
            match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInIntentListCmdlet.SortBy_Order">
            <summary>
            <para>
            <para>The order to sort the list. You can specify ascending or descending order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInIntentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of built-in intents to return in each page of results. If there
            are fewer results than the max page size, only the actual number of results are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInIntentListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the <code>ListBuiltInIntents</code> operation contains more results
            than specified in the <code>maxResults</code> parameter, a token is returned in the
            response. Use that token in the <code>nextToken</code> parameter to return the next
            page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInIntentListCmdlet.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.LexModelsV2.Model.ListBuiltInIntentsResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListBuiltInIntentsResponse 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.LMBV2.GetLMBV2BuiltInIntentListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LocaleId parameter.
            The -PassThru parameter is deprecated, use -Select '^LocaleId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInSlotTypeListCmdlet">
            <summary>
            Gets a list of built-in slot types that meet the specified criteria.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInSlotTypeListCmdlet.SortBy_Attribute">
            <summary>
            <para>
            <para>The attribute to use to sort the list of built-in intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInSlotTypeListCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the slot types to list. The string must
            match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInSlotTypeListCmdlet.SortBy_Order">
            <summary>
            <para>
            <para>The order to sort the list. You can choose ascending or descending.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInSlotTypeListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of built-in slot types to return in each page of results. If there
            are fewer results than the max page size, only the actual number of results are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInSlotTypeListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the <code>ListBuiltInSlotTypes</code> operation contains more
            results than specified in the <code>maxResults</code> parameter, a token is returned
            in the response. Use that token in the <code>nextToken</code> parameter to return
            the next page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BuiltInSlotTypeListCmdlet.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.LexModelsV2.Model.ListBuiltInSlotTypesResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListBuiltInSlotTypesResponse 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.LMBV2.GetLMBV2BuiltInSlotTypeListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LocaleId parameter.
            The -PassThru parameter is deprecated, use -Select '^LocaleId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentCmdlet">
            <summary>
            Returns metadata about an intent.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot associated with the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentCmdlet.IntentId">
            <summary>
            <para>
            <para>The identifier of the intent to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the intent to describe. The string must
            match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentCmdlet.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.LexModelsV2.Model.DescribeIntentResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeIntentResponse 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.LMBV2.GetLMBV2IntentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IntentId parameter.
            The -PassThru parameter is deprecated, use -Select '^IntentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentListCmdlet">
            <summary>
            Get a list of intents that meet the specified criteria.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentListCmdlet.SortBy_Attribute">
            <summary>
            <para>
            <para>The attribute to use to sort the list of intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentListCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot that contains the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentListCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot that contains the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentListCmdlet.Filter">
            <summary>
            <para>
            <para>Provides the specification of a filter used to limit the intents in the response to
            only those that match the filter specification. You can only specify one filter and
            only one string to filter on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentListCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the intents to list. The string must
            match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentListCmdlet.SortBy_Order">
            <summary>
            <para>
            <para>The order to sort the list. You can choose ascending or descending.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of intents to return in each page of results. If there are fewer
            results than the max page size, only the actual number of results are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the <code>ListIntents</code> operation contains more results
            than specified in the <code>maxResults</code> parameter, a token is returned in the
            response. Use that token in the <code>nextToken</code> parameter to return the next
            page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2IntentListCmdlet.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.LexModelsV2.Model.ListIntentsResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListIntentsResponse 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.LMBV2.GetLMBV2IntentListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LocaleId parameter.
            The -PassThru parameter is deprecated, use -Select '^LocaleId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ResourceTagCmdlet">
            <summary>
            Gets a list of tags associated with a resource. Only bots, bot aliases, and bot channels
            can have tags associated with them.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ResourceTagCmdlet.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.LMBV2.GetLMBV2ResourceTagCmdlet.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.LexModelsV2.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.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.LMBV2.GetLMBV2ResourceTagCmdlet.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.LMBV2.GetLMBV2SlotCmdlet">
            <summary>
            Gets metadata information about a slot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot associated with the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotCmdlet.IntentId">
            <summary>
            <para>
            <para>The identifier of the intent that contains the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the slot to describe. The string must
            match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotCmdlet.SlotId">
            <summary>
            <para>
            <para>The unique identifier for the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotCmdlet.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.LexModelsV2.Model.DescribeSlotResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeSlotResponse 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.LMBV2.GetLMBV2SlotCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SlotId parameter.
            The -PassThru parameter is deprecated, use -Select '^SlotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotListCmdlet">
            <summary>
            Gets a list of slots that match the specified criteria.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotListCmdlet.SortBy_Attribute">
            <summary>
            <para>
            <para>The attribute to use to sort the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotListCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot that contains the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotListCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot that contains the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotListCmdlet.Filter">
            <summary>
            <para>
            <para>Provides the specification of a filter used to limit the slots in the response to
            only those that match the filter specification. You can only specify one filter and
            only one string to filter on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotListCmdlet.IntentId">
            <summary>
            <para>
            <para>The unique identifier of the intent that contains the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotListCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the slots to list. The string must match
            one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotListCmdlet.SortBy_Order">
            <summary>
            <para>
            <para>The order to sort the list. You can choose ascending or descending.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of slots to return in each page of results. If there are fewer
            results than the max page size, only the actual number of results are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the <code>ListSlots</code> operation contains more results than
            specified in the <code>maxResults</code> parameter, a token is returned in the response.
            Use that token in the <code>nextToken</code> parameter to return the next page of
            results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotListCmdlet.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.LexModelsV2.Model.ListSlotsResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListSlotsResponse 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.LMBV2.GetLMBV2SlotListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IntentId parameter.
            The -PassThru parameter is deprecated, use -Select '^IntentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeCmdlet">
            <summary>
            Gets metadata information about a slot type.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with the slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot associated with the slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the slot type to describe. The string
            must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeCmdlet.SlotTypeId">
            <summary>
            <para>
            <para>The identifier of the slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeCmdlet.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.LexModelsV2.Model.DescribeSlotTypeResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeSlotTypeResponse 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.LMBV2.GetLMBV2SlotTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SlotTypeId parameter.
            The -PassThru parameter is deprecated, use -Select '^SlotTypeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeListCmdlet">
            <summary>
            Gets a list of slot types that match the specified criteria.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeListCmdlet.SortBy_Attribute">
            <summary>
            <para>
            <para>The attribute to use to sort the list of slot types.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeListCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot that contains the slot types.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeListCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot that contains the slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeListCmdlet.Filter">
            <summary>
            <para>
            <para>Provides the specification of a filter used to limit the slot types in the response
            to only those that match the filter specification. You can only specify one filter
            and only one string to filter on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeListCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the slot types to list. The string must
            match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeListCmdlet.SortBy_Order">
            <summary>
            <para>
            <para>The order to sort the list. You can say ascending or descending.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of slot types to return in each page of results. If there are fewer
            results than the max page size, only the actual number of results are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the <code>ListSlotTypes</code> operation contains more results
            than specified in the <code>maxResults</code> parameter, a token is returned in the
            response. Use that token in the <code>nextToken</code> parameter to return the next
            page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2SlotTypeListCmdlet.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.LexModelsV2.Model.ListSlotTypesResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListSlotTypesResponse 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.LMBV2.GetLMBV2SlotTypeListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LocaleId parameter.
            The -PassThru parameter is deprecated, use -Select '^LocaleId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotCmdlet">
            <summary>
            Creates an Amazon Lex conversational bot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotCmdlet.BotName">
            <summary>
            <para>
            <para>The name of the bot. The bot name must be unique in the account that creates the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotCmdlet.BotTag">
            <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 <code>UpdateBot</code> operation to update tags. To update tags, use
            the <code>TagResource</code> operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotCmdlet.DataPrivacy_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
            <code>true</code> or <code>false</code> in the <code>childDirected</code> field. By
            specifying <code>true</code> in the <code>childDirected</code> 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 <code>false</code> in the <code>childDirected</code> 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 <code>childDirected</code>
            field that does not accurately reflect whether your use of Amazon Lex is related to
            a website, program, or other application that is directed or targeted, in whole or
            in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex
            relates to a website, program, or other application that is directed in whole or in
            part, to children under age 13, you must obtain any required verifiable parental consent
            under COPPA. For information regarding the use of Amazon Lex in connection with websites,
            programs, or other applications that are directed or targeted, in whole or in part,
            to children under age 13, see the <a href="https://aws.amazon.com/lex/faqs#data-security">Amazon
            Lex FAQ</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotCmdlet.Description">
            <summary>
            <para>
            <para>A description of the bot. It appears in lists to help you identify a particular bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotCmdlet.IdleSessionTTLInSecond">
            <summary>
            <para>
            <para>The time, in seconds, that Amazon Lex should keep information about a user's conversation
            with the bot. </para><para>A user interaction 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>You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotCmdlet.TestBotAliasTag">
            <summary>
            <para>
            <para>A list of tags to add to the test alias for a bot. You can only add tags when you
            create a bot. You can't use the <code>UpdateAlias</code> operation to update tags.
            To update tags on the test alias, use the <code>TagResource</code> operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotCmdlet.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.LexModelsV2.Model.CreateBotResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.CreateBotResponse 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.LMBV2.NewLMBV2BotCmdlet.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.LMBV2.NewLMBV2BotCmdlet.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.LMBV2.NewLMBV2BotAliasCmdlet">
            <summary>
            Creates an alias for the specified version of a bot. Use an alias to enable you to
            change the version of a bot without updating applications that use the bot.
             
              
            <para>
            For example, you can create an alias called "PROD" that your applications use to call
            the Amazon Lex bot.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotAliasCmdlet.ConversationLogSettings_AudioLogSetting">
            <summary>
            <para>
            <para>The Amazon S3 settings for logging audio to an S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotAliasCmdlet.BotAliasLocaleSetting">
            <summary>
            <para>
            <para>Maps configuration information to a specific locale. You can use this parameter to
            specify a specific Lambda function to run different functions in different locales.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotAliasCmdlet.BotAliasName">
            <summary>
            <para>
            <para>The alias to create. The name must be unique for the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotAliasCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot that the alias applies to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotAliasCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot that this alias points to. You can use the operation to change
            the bot version associated with the alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotAliasCmdlet.Description">
            <summary>
            <para>
            <para>A description of the alias. Use this description to help identify the alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotAliasCmdlet.SentimentAnalysisSettings_DetectSentiment">
            <summary>
            <para>
            <para>Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotAliasCmdlet.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 <code>UpdateBotAlias</code> operation to update the tags on a bot
            alias. To update tags, use the <code>TagResource</code> operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotAliasCmdlet.ConversationLogSettings_TextLogSetting">
            <summary>
            <para>
            <para>The Amazon CloudWatch Logs settings for logging text and metadata.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotAliasCmdlet.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.LexModelsV2.Model.CreateBotAliasResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.CreateBotAliasResponse 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.LMBV2.NewLMBV2BotAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotAliasName parameter.
            The -PassThru parameter is deprecated, use -Select '^BotAliasName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotAliasCmdlet.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.LMBV2.NewLMBV2BotLocaleCmdlet">
            <summary>
            Creates a locale in the bot. The locale contains the intents and slot types that the
            bot uses in conversations with users in the specified language and locale. You must
            add a locale to a bot before you can add intents and slot types to the bot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotLocaleCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot to create the locale for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotLocaleCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot to create the locale for. This can only be the draft version
            of the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotLocaleCmdlet.Description">
            <summary>
            <para>
            <para>A description of the bot locale. Use this to help identify the bot locale in lists.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotLocaleCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale that the bot will be used in. The string
            must match one of the supported locales. All of the intents, slot types, and slots
            used in the bot must have the same locale. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotLocaleCmdlet.NluIntentConfidenceThreshold">
            <summary>
            <para>
            <para>Determines the threshold where Amazon Lex will insert the <code>AMAZON.FallbackIntent</code>,
            <code>AMAZON.KendraSearchIntent</code>, or both when returning alternative intents.
            <code>AMAZON.FallbackIntent</code> and <code>AMAZON.KendraSearchIntent</code> are
            only inserted if they are configured for the bot.</para><para>For example, suppose a bot is configured with the confidence threshold of 0.80 and
            the <code>AMAZON.FallbackIntent</code>. Amazon Lex returns three alternative intents
            with the following confidence scores: IntentA (0.70), IntentB (0.60), IntentC (0.50).
            The response from the PostText operation would be:</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.LMBV2.NewLMBV2BotLocaleCmdlet.VoiceSettings_VoiceId">
            <summary>
            <para>
            <para>The identifier of the Amazon Polly voice to use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotLocaleCmdlet.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.LexModelsV2.Model.CreateBotLocaleResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.CreateBotLocaleResponse 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.LMBV2.NewLMBV2BotLocaleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LocaleId parameter.
            The -PassThru parameter is deprecated, use -Select '^LocaleId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotLocaleCmdlet.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.LMBV2.NewLMBV2BotVersionCmdlet">
            <summary>
            Creates a new version of the bot based on the <code>DRAFT</code> version. If the <code>DRAFT</code>
            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.
             
              
            <para>
            When you create the first version of a bot, Amazon Lex sets the version to 1. Subsequent
            versions increment by 1.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotVersionCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot to create the version for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotVersionCmdlet.BotVersionLocaleSpecification">
            <summary>
            <para>
            <para>Specifies the locales that Amazon Lex adds to this version. You can choose the <code>Draft</code>
            version or any other previously published version for each locale. When you specify
            a source version, the locale data is copied from the source version to the new version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotVersionCmdlet.Description">
            <summary>
            <para>
            <para>A description of the version. Use the description to help identify the version in
            lists.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotVersionCmdlet.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.LexModelsV2.Model.CreateBotVersionResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.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.LMBV2.NewLMBV2BotVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotVersionCmdlet.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.LMBV2.NewLMBV2IntentCmdlet">
            <summary>
            Creates an intent.
             
              
            <para>
            To define the interaction between the user and your bot, you define one or more intents.
            For example, for a pizza ordering bot you would create an <code>OrderPizza</code>
            intent.
            </para><para>
            When you create an intent, you must provide a name. You can optionally provide the
            following:
            </para><ul><li><para>
            Sample utterances. For example, "I want to order a pizza" and "Can I order a pizza."
            You can't provide utterances for built-in intents.
            </para></li><li><para>
            Information to be gathered. You specify slots for the information that you bot requests
            from the user. You can specify standard slot types, such as date and time, or custom
            slot types for your application.
            </para></li><li><para>
            How the intent is fulfilled. You can provide a Lambda function or configure the intent
            to return the intent information to your client application. If you use a Lambda function,
            Amazon Lex invokes the function when all of the intent information is available.
            </para></li><li><para>
            A confirmation prompt to send to 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 is fulfilled. For example,
            "I ordered your pizza."
            </para></li><li><para>
            A follow-up prompt that asks the user for additional activity. For example, "Do you
            want a drink with your pizza?"
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.ClosingResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech response from Amazon Lex.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.DeclinationResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech response from Amazon Lex.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.PromptSpecification_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech prompt from the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with this intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.BotVersion">
            <summary>
            <para>
            <para>The identifier of the version of the bot associated with this intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.Description">
            <summary>
            <para>
            <para>A description of the intent. Use the description to help identify the intent in lists.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.DialogCodeHook_Enabled">
            <summary>
            <para>
            <para>Enables the dialog code hook so that it processes user requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_Enabled">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked to fulfill a specific intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InputContext">
            <summary>
            <para>
            <para>A list of contexts that must be active for this intent to be considered by Amazon
            Lex.</para><para>When an intent has an input context list, Amazon Lex only considers using the intent
            in an interaction with the user when the specified contexts are included in the active
            context list for the session. If the contexts are not active, then Amazon Lex will
            not use the intent.</para><para>A context can be automatically activated using the <code>outputContexts</code> property
            or it can be set at runtime.</para><para> For example, if there are two intents with different input contexts that respond
            to the same utterances, only the intent with the active context will respond.</para><para>An intent may have up to 5 input contexts. If an intent has multiple input contexts,
            all of the contexts must be active to consider the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentName">
            <summary>
            <para>
            <para>The name of the intent. Intent names must be unique in the locale that contains the
            intent and cannot match the name of any built-in intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale where this intent is used. All of the bots,
            slot types, and slots used by the intent must have the same locale.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.PromptSpecification_MaxRetry">
            <summary>
            <para>
            <para>The maximum number of times the bot tries to elicit a resonse from the user using
            this prompt.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.ClosingResponse_MessageGroup">
            <summary>
            <para>
            <para>A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses
            the actual response to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.DeclinationResponse_MessageGroup">
            <summary>
            <para>
            <para>A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses
            the actual response to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.PromptSpecification_MessageGroup">
            <summary>
            <para>
            <para>A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses
            the actual message to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.OutputContext">
            <summary>
            <para>
            <para>A lists of contexts that the intent activates when it is fulfilled.</para><para>You can use an output context to indicate the intents that Amazon Lex should consider
            for the next turn of the conversation with a customer. </para><para>When you use the <code>outputContextsList</code> property, all of the contexts specified
            in the list are activated when the intent is fulfilled. You can set up to 10 output
            contexts. You can also set the number of conversation turns that the context should
            be active, or the length of time that the context should be active.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.ParentIntentSignature">
            <summary>
            <para>
            <para>A unique identifier for the built-in intent to base this intent on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.KendraConfiguration_QueryFilterString">
            <summary>
            <para>
            <para>A query filter that Amazon Lex sends to Amazon Kendra to filter the response from
            a query. The filter is in the format defined by Amazon Kendra. For more information,
            see <a href="https://docs.aws.amazon.com/kendra/latest/dg/filtering.html">Filtering
            queries</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.KendraConfiguration_QueryFilterStringEnabled">
            <summary>
            <para>
            <para>Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string
            to query the Amazon Kendra index.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.SampleUtterance">
            <summary>
            <para>
            <para>An array of strings that a user might say to signal the intent. For example, "I want
            a pizza", or "I want a {PizzaSize} pizza". </para><para>In an utterance, slot names are enclosed in curly braces ("{", "}") to indicate where
            they should be displayed in the utterance shown to the user.. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.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.LexModelsV2.Model.CreateIntentResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.CreateIntentResponse 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.LMBV2.NewLMBV2IntentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IntentName parameter.
            The -PassThru parameter is deprecated, use -Select '^IntentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.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.LMBV2.NewLMBV2SlotCmdlet">
            <summary>
            Creates a slot in an intent. A slot is a variable needed to fulfill an intent. For
            example, an <code>OrderPizza</code> intent might need slots for size, crust, and number
            of pizzas. For each slot, you define one or more utterances that Amazon Lex uses to
            elicit a response from the user.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.PromptSpecification_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech prompt from the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ContinueResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech response from Amazon Lex.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.StillWaitingResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates that the user can interrupt the response by speaking while the message is
            being played.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.WaitingResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech response from Amazon Lex.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot associated with the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.DefaultValueSpecification_DefaultValueList">
            <summary>
            <para>
            <para>A list of default values. Amazon Lex chooses the default value to use in the order
            that they are presented in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.Description">
            <summary>
            <para>
            <para>A description of the slot. Use this to help identify the slot in lists.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.StillWaitingResponse_FrequencyInSecond">
            <summary>
            <para>
            <para>How often a message should be sent to the user. Minimum of 1 second, maximum of 5
            minutes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.IntentId">
            <summary>
            <para>
            <para>The identifier of the intent that contains the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale that the slot will be used in. The string
            must match one of the supported locales. All of the bots, intents, slot types used
            by the slot must have the same locale. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.PromptSpecification_MaxRetry">
            <summary>
            <para>
            <para>The maximum number of times the bot tries to elicit a resonse from the user using
            this prompt.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.PromptSpecification_MessageGroup">
            <summary>
            <para>
            <para>A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses
            the actual message to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ContinueResponse_MessageGroup">
            <summary>
            <para>
            <para>A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses
            the actual response to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.StillWaitingResponse_MessageGroup">
            <summary>
            <para>
            <para>One or more message groups, each containing one or more messages, that define the
            prompts that Amazon Lex sends to the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.WaitingResponse_MessageGroup">
            <summary>
            <para>
            <para>A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses
            the actual response to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ObfuscationSetting_ObfuscationSettingType">
            <summary>
            <para>
            <para>Value that determines whether Amazon Lex obscures slot values in conversation logs.
            The default is to obscure the values.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SampleUtterance">
            <summary>
            <para>
            <para>If you know a specific pattern that users might respond to an Amazon Lex request for
            a slot value, you can provide those utterances to improve accuracy. This is optional.
            In most cases, Amazon Lex is capable of understanding user utterances.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotConstraint">
            <summary>
            <para>
            <para>Specifies whether the slot is required or optional.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.SlotName">
            <summary>
            <para>
            <para>The name of the slot. Slot names must be unique within the bot that contains the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.SlotTypeId">
            <summary>
            <para>
            <para>The unique identifier for the slot type associated with this slot. The slot type determines
            the values that can be entered into the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.StillWaitingResponse_TimeoutInSecond">
            <summary>
            <para>
            <para>If Amazon Lex waits longer than this length of time for a response, it will stop sending
            messages.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.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.LexModelsV2.Model.CreateSlotResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.CreateSlotResponse 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.LMBV2.NewLMBV2SlotCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SlotName parameter.
            The -PassThru parameter is deprecated, use -Select '^SlotName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.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.LMBV2.NewLMBV2SlotTypeCmdlet">
            <summary>
            Creates a custom slot type
             
              
            <para>
             To create a custom slot type, specify a name for the slot type and a set of enumeration
            values, the values that a slot of this type can assume.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with this slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.BotVersion">
            <summary>
            <para>
            <para>The identifier of the bot version associated with this slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.Description">
            <summary>
            <para>
            <para>A description of the slot type. Use the description to help identify the slot type
            in lists.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale that the slot type will be used in. The
            string must match one of the supported locales. All of the bots, intents, and slots
            used by the slot type must have the same locale. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.ParentSlotTypeSignature">
            <summary>
            <para>
            <para>The built-in slot type used as a parent of this slot type. When you define a parent
            slot type, the new slot type has the configuration of the parent slot type.</para><para>Only <code>AMAZON.AlphaNumeric</code> is supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.RegexFilter_Pattern">
            <summary>
            <para>
            <para>A regular expression used to validate the value of a slot.</para><para> Use a standard regular expression. Amazon Lex supports the following characters in
            the regular expression: </para><ul><li><para>A-Z, a-z</para></li><li><para>0-9</para></li><li><para>Unicode characters ("\ u&lt;Unicode&gt;")</para></li></ul><para> Represent Unicode characters with four digits, for example "\u0041" or "\u005A".
            </para><para> The following regular expression operators are not supported: </para><ul><li><para>Infinite repeaters: *, +, or {x,} with no upper bound.</para></li><li><para>Wild card (.)</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.ValueSelectionSetting_ResolutionStrategy">
            <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>OriginalValue - Returns the value entered by the user, if the user value is similar
            to the slot value.</para></li><li><para>TopResolution - 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 valueSelectionStrategy, the default is OriginalValue. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.SlotTypeName">
            <summary>
            <para>
            <para>The name for the slot. A slot type name must be unique within the account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.SlotTypeValue">
            <summary>
            <para>
            <para>A list of <code>SlotTypeValue</code> objects that defines the values that the slot
            type can take. Each value can have a list of synonyms, additional values that help
            train the machine learning model about the values that it resolves for a slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.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.LexModelsV2.Model.CreateSlotTypeResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.CreateSlotTypeResponse 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.LMBV2.NewLMBV2SlotTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SlotTypeName parameter.
            The -PassThru parameter is deprecated, use -Select '^SlotTypeName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.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.LMBV2.RemoveLMBV2BotCmdlet">
            <summary>
            Deletes all versions of a bot, including the <code>Draft</code> version. To delete
            a specific version, use the <code>DeleteBotVersion</code> operation.
             
              
            <para>
            When you delete a bot, all of the resources contained in the bot are also deleted.
            Deleting a bot removes all locales, intents, slot, and slot types defined for the
            bot.
            </para><para>
            If a bot has an alias, the <code>DeleteBot</code> operation returns a <code>ResourceInUseException</code>
            exception. If you want to delete the bot and the alias, set the <code>skipResourceInUseCheck</code>
            parameter to <code>true</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot to delete. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotCmdlet.SkipResourceInUseCheck">
            <summary>
            <para>
            <para>When <code>true</code>, Amazon Lex doesn't check to see if another resource, such
            as an alias, is using the bot before it is deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotCmdlet.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.LexModelsV2.Model.DeleteBotResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DeleteBotResponse 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.LMBV2.RemoveLMBV2BotCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotCmdlet.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.LMBV2.RemoveLMBV2BotAliasCmdlet">
            <summary>
            Deletes the specified bot alias.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotAliasCmdlet.BotAliasId">
            <summary>
            <para>
            <para>The unique identifier of the bot alias to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotAliasCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot associated with the alias to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotAliasCmdlet.SkipResourceInUseCheck">
            <summary>
            <para>
            <para>When this parameter is true, Amazon Lex doesn't check to see if any other resource
            is using the alias before it is deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotAliasCmdlet.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.LexModelsV2.Model.DeleteBotAliasResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DeleteBotAliasResponse 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.LMBV2.RemoveLMBV2BotAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotAliasId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotAliasId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotAliasCmdlet.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.LMBV2.RemoveLMBV2BotLocaleCmdlet">
            <summary>
            Removes a locale from a bot.
             
              
            <para>
            When you delete a locale, all intents, slots, and slot types defined for the locale
            are also deleted.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotLocaleCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot that contains the locale.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotLocaleCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot that contains the locale. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotLocaleCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale that will be deleted. The string must match
            one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotLocaleCmdlet.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.LexModelsV2.Model.DeleteBotLocaleResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DeleteBotLocaleResponse 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.LMBV2.RemoveLMBV2BotLocaleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LocaleId parameter.
            The -PassThru parameter is deprecated, use -Select '^LocaleId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotLocaleCmdlet.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.LMBV2.RemoveLMBV2BotVersionCmdlet">
            <summary>
            Deletes a specific version of a bot. To delete all version of a bot, use the <a>DeleteBot</a>
            operation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotVersionCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot that contains the version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotVersionCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotVersionCmdlet.SkipResourceInUseCheck">
            <summary>
            <para>
            <para>By default, the <code>DeleteBotVersion</code> operations throws a <code>ResourceInUseException</code>
            exception if you try to delete a bot version that has an alias pointing at it. Set
            the <code>skipResourceInUseCheck</code> parameter to <code>true</code> to skip this
            check and remove the version even if an alias points to it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotVersionCmdlet.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.LexModelsV2.Model.DeleteBotVersionResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DeleteBotVersionResponse 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.LMBV2.RemoveLMBV2BotVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2BotVersionCmdlet.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.LMBV2.RemoveLMBV2IntentCmdlet">
            <summary>
            Removes the specified intent.
             
              
            <para>
            Deleting an intent also deletes the slots associated with the intent.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2IntentCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2IntentCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot associated with the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2IntentCmdlet.IntentId">
            <summary>
            <para>
            <para>The unique identifier of the intent to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2IntentCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale where the bot will be deleted. The string
            must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2IntentCmdlet.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.LexModelsV2.Model.DeleteIntentResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2IntentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IntentId parameter.
            The -PassThru parameter is deprecated, use -Select '^IntentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2IntentCmdlet.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.LMBV2.RemoveLMBV2ResourceTagCmdlet">
            <summary>
            Removes tags from a bot, bot alias, or bot channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ResourceTagCmdlet.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.LMBV2.RemoveLMBV2ResourceTagCmdlet.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.LMBV2.RemoveLMBV2ResourceTagCmdlet.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.LexModelsV2.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ResourceTagCmdlet.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.LMBV2.RemoveLMBV2ResourceTagCmdlet.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.LMBV2.RemoveLMBV2SlotCmdlet">
            <summary>
            Deletes the specified slot from an intent.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with the slot to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot associated with the slot to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotCmdlet.IntentId">
            <summary>
            <para>
            <para>The identifier of the intent associated with the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale that the slot will be deleted from. The
            string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotCmdlet.SlotId">
            <summary>
            <para>
            <para>The identifier of the slot to delete. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotCmdlet.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.LexModelsV2.Model.DeleteSlotResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SlotId parameter.
            The -PassThru parameter is deprecated, use -Select '^SlotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotCmdlet.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.LMBV2.RemoveLMBV2SlotTypeCmdlet">
            <summary>
            Deletes a slot type from a bot locale.
             
              
            <para>
            If a slot is using the slot type, Amazon Lex throws a <code>ResourceInUseException</code>
            exception. To avoid the exception, set the <code>skipResourceInUseCheck</code> parameter
            to <code>true</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotTypeCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with the slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotTypeCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot associated with the slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotTypeCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale that the slot type will be deleted from.
            The string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotTypeCmdlet.SkipResourceInUseCheck">
            <summary>
            <para>
            <para>By default, the <code>DeleteSlotType</code> operations throws a <code>ResourceInUseException</code>
            exception if you try to delete a slot type used by a slot. Set the <code>skipResourceInUseCheck</code>
            parameter to <code>true</code> to skip this check and remove the slot type even if
            a slot uses it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotTypeCmdlet.SlotTypeId">
            <summary>
            <para>
            <para>The identifier of the slot type to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotTypeCmdlet.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.LexModelsV2.Model.DeleteSlotTypeResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SlotTypeId parameter.
            The -PassThru parameter is deprecated, use -Select '^SlotTypeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2SlotTypeCmdlet.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.LMBV2.UpdateLMBV2BotCmdlet">
            <summary>
            Updates the configuration of an existing bot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot to update. This identifier is returned by the <a>CreateBot</a>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotCmdlet.BotName">
            <summary>
            <para>
            <para>The new name of the bot. The name must be unique in the account that creates the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotCmdlet.DataPrivacy_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
            <code>true</code> or <code>false</code> in the <code>childDirected</code> field. By
            specifying <code>true</code> in the <code>childDirected</code> 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 <code>false</code> in the <code>childDirected</code> 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 <code>childDirected</code>
            field that does not accurately reflect whether your use of Amazon Lex is related to
            a website, program, or other application that is directed or targeted, in whole or
            in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex
            relates to a website, program, or other application that is directed in whole or in
            part, to children under age 13, you must obtain any required verifiable parental consent
            under COPPA. For information regarding the use of Amazon Lex in connection with websites,
            programs, or other applications that are directed or targeted, in whole or in part,
            to children under age 13, see the <a href="https://aws.amazon.com/lex/faqs#data-security">Amazon
            Lex FAQ</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotCmdlet.Description">
            <summary>
            <para>
            <para>A description of the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotCmdlet.IdleSessionTTLInSecond">
            <summary>
            <para>
            <para>The time, in seconds, that Amazon Lex should keep information about a user's conversation
            with the bot.</para><para>A user interaction 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>You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that has permissions to access the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotCmdlet.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.LexModelsV2.Model.UpdateBotResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.UpdateBotResponse 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.LMBV2.UpdateLMBV2BotCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotCmdlet.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.LMBV2.UpdateLMBV2BotAliasCmdlet">
            <summary>
            Updates the configuration of an existing bot alias.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotAliasCmdlet.ConversationLogSettings_AudioLogSetting">
            <summary>
            <para>
            <para>The Amazon S3 settings for logging audio to an S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotAliasCmdlet.BotAliasId">
            <summary>
            <para>
            <para>The unique identifier of the bot alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotAliasCmdlet.BotAliasLocaleSetting">
            <summary>
            <para>
            <para>The new Lambda functions to use in each locale for the bot alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotAliasCmdlet.BotAliasName">
            <summary>
            <para>
            <para>The new name to assign to the bot alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotAliasCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot with the updated alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotAliasCmdlet.BotVersion">
            <summary>
            <para>
            <para>The new bot version to assign to the bot alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotAliasCmdlet.Description">
            <summary>
            <para>
            <para>The new description to assign to the bot alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotAliasCmdlet.SentimentAnalysisSettings_DetectSentiment">
            <summary>
            <para>
            <para>Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotAliasCmdlet.ConversationLogSettings_TextLogSetting">
            <summary>
            <para>
            <para>The Amazon CloudWatch Logs settings for logging text and metadata.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotAliasCmdlet.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.LexModelsV2.Model.UpdateBotAliasResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.UpdateBotAliasResponse 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.LMBV2.UpdateLMBV2BotAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotAliasId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotAliasId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotAliasCmdlet.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.LMBV2.UpdateLMBV2BotLocaleCmdlet">
            <summary>
            Updates the settings that a bot has for a specific locale.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotLocaleCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot that contains the locale.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotLocaleCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot that contains the locale to be updated. The version can only
            be the <code>DRAFT</code> version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotLocaleCmdlet.Description">
            <summary>
            <para>
            <para>The new description of the locale.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotLocaleCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale to update. The string must match one of
            the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotLocaleCmdlet.NluIntentConfidenceThreshold">
            <summary>
            <para>
            <para>The new confidence threshold where Amazon Lex inserts the <code>AMAZON.FallbackIntent</code>
            and <code>AMAZON.KendraSearchIntent</code> intents in the list of possible intents
            for an utterance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotLocaleCmdlet.VoiceSettings_VoiceId">
            <summary>
            <para>
            <para>The identifier of the Amazon Polly voice to use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotLocaleCmdlet.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.LexModelsV2.Model.UpdateBotLocaleResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.UpdateBotLocaleResponse 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.LMBV2.UpdateLMBV2BotLocaleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LocaleId parameter.
            The -PassThru parameter is deprecated, use -Select '^LocaleId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotLocaleCmdlet.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.LMBV2.UpdateLMBV2IntentCmdlet">
            <summary>
            Updates the settings for an intent.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.ClosingResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech response from Amazon Lex.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.DeclinationResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech response from Amazon Lex.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.PromptSpecification_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech prompt from the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot that contains the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot that contains the intent. Must be <code>DRAFT</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.Description">
            <summary>
            <para>
            <para>The new description of the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.DialogCodeHook_Enabled">
            <summary>
            <para>
            <para>Enables the dialog code hook so that it processes user requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_Enabled">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked to fulfill a specific intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InputContext">
            <summary>
            <para>
            <para>A new list of contexts that must be active in order for Amazon Lex to consider the
            intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentId">
            <summary>
            <para>
            <para>The unique identifier of the intent to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentName">
            <summary>
            <para>
            <para>The new name for the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale where this intent is used. The string must
            match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.PromptSpecification_MaxRetry">
            <summary>
            <para>
            <para>The maximum number of times the bot tries to elicit a resonse from the user using
            this prompt.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.ClosingResponse_MessageGroup">
            <summary>
            <para>
            <para>A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses
            the actual response to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.DeclinationResponse_MessageGroup">
            <summary>
            <para>
            <para>A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses
            the actual response to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.PromptSpecification_MessageGroup">
            <summary>
            <para>
            <para>A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses
            the actual message to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.OutputContext">
            <summary>
            <para>
            <para>A new list of contexts that Amazon Lex activates when the intent is fulfilled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.ParentIntentSignature">
            <summary>
            <para>
            <para>The signature of the new built-in intent to use as the parent of this intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.KendraConfiguration_QueryFilterString">
            <summary>
            <para>
            <para>A query filter that Amazon Lex sends to Amazon Kendra to filter the response from
            a query. The filter is in the format defined by Amazon Kendra. For more information,
            see <a href="https://docs.aws.amazon.com/kendra/latest/dg/filtering.html">Filtering
            queries</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.KendraConfiguration_QueryFilterStringEnabled">
            <summary>
            <para>
            <para>Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string
            to query the Amazon Kendra index.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.SampleUtterance">
            <summary>
            <para>
            <para>New utterances used to invoke the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.SlotPriority">
            <summary>
            <para>
            <para>A new list of slots and their priorities that are contained by the intent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.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.LexModelsV2.Model.UpdateIntentResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.UpdateIntentResponse 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.LMBV2.UpdateLMBV2IntentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the IntentId parameter.
            The -PassThru parameter is deprecated, use -Select '^IntentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.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.LMBV2.UpdateLMBV2SlotCmdlet">
            <summary>
            Updates the settings for a slot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.PromptSpecification_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech prompt from the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ContinueResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech response from Amazon Lex.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.StillWaitingResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates that the user can interrupt the response by speaking while the message is
            being played.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.WaitingResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Indicates whether the user can interrupt a speech response from Amazon Lex.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot that contains the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot that contains the slot. Must always be <code>DRAFT</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.DefaultValueSpecification_DefaultValueList">
            <summary>
            <para>
            <para>A list of default values. Amazon Lex chooses the default value to use in the order
            that they are presented in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.Description">
            <summary>
            <para>
            <para>The new description for the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.StillWaitingResponse_FrequencyInSecond">
            <summary>
            <para>
            <para>How often a message should be sent to the user. Minimum of 1 second, maximum of 5
            minutes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.IntentId">
            <summary>
            <para>
            <para>The identifier of the intent that contains the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale that contains the slot. The string must
            match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.PromptSpecification_MaxRetry">
            <summary>
            <para>
            <para>The maximum number of times the bot tries to elicit a resonse from the user using
            this prompt.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.PromptSpecification_MessageGroup">
            <summary>
            <para>
            <para>A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses
            the actual message to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ContinueResponse_MessageGroup">
            <summary>
            <para>
            <para>A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses
            the actual response to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.StillWaitingResponse_MessageGroup">
            <summary>
            <para>
            <para>One or more message groups, each containing one or more messages, that define the
            prompts that Amazon Lex sends to the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.WaitingResponse_MessageGroup">
            <summary>
            <para>
            <para>A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses
            the actual response to send at runtime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ObfuscationSetting_ObfuscationSettingType">
            <summary>
            <para>
            <para>Value that determines whether Amazon Lex obscures slot values in conversation logs.
            The default is to obscure the values.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SampleUtterance">
            <summary>
            <para>
            <para>If you know a specific pattern that users might respond to an Amazon Lex request for
            a slot value, you can provide those utterances to improve accuracy. This is optional.
            In most cases, Amazon Lex is capable of understanding user utterances.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotConstraint">
            <summary>
            <para>
            <para>Specifies whether the slot is required or optional.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.SlotId">
            <summary>
            <para>
            <para>The unique identifier for the slot to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.SlotName">
            <summary>
            <para>
            <para>The new name for the slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.SlotTypeId">
            <summary>
            <para>
            <para>The unique identifier of the new slot type to associate with this slot. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.StillWaitingResponse_TimeoutInSecond">
            <summary>
            <para>
            <para>If Amazon Lex waits longer than this length of time for a response, it will stop sending
            messages.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.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.LexModelsV2.Model.UpdateSlotResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.UpdateSlotResponse 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.LMBV2.UpdateLMBV2SlotCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SlotId parameter.
            The -PassThru parameter is deprecated, use -Select '^SlotId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.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.LMBV2.UpdateLMBV2SlotTypeCmdlet">
            <summary>
            Updates the configuration of an existing slot type.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot that contains the slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot that contains the slot type. Must be <code>DRAFT</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.Description">
            <summary>
            <para>
            <para>The new description of the slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale that contains the slot type. The string
            must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html">https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.ParentSlotTypeSignature">
            <summary>
            <para>
            <para>The new built-in slot type that should be used as the parent of this slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.RegexFilter_Pattern">
            <summary>
            <para>
            <para>A regular expression used to validate the value of a slot.</para><para> Use a standard regular expression. Amazon Lex supports the following characters in
            the regular expression: </para><ul><li><para>A-Z, a-z</para></li><li><para>0-9</para></li><li><para>Unicode characters ("\ u&lt;Unicode&gt;")</para></li></ul><para> Represent Unicode characters with four digits, for example "\u0041" or "\u005A".
            </para><para> The following regular expression operators are not supported: </para><ul><li><para>Infinite repeaters: *, +, or {x,} with no upper bound.</para></li><li><para>Wild card (.)</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.ValueSelectionSetting_ResolutionStrategy">
            <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>OriginalValue - Returns the value entered by the user, if the user value is similar
            to the slot value.</para></li><li><para>TopResolution - 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 valueSelectionStrategy, the default is OriginalValue. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.SlotTypeId">
            <summary>
            <para>
            <para>The unique identifier of the slot type to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.SlotTypeName">
            <summary>
            <para>
            <para>The new name of the slot type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.SlotTypeValue">
            <summary>
            <para>
            <para>A new list of values and their optional synonyms that define the values that the slot
            type can take.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.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.LexModelsV2.Model.UpdateSlotTypeResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.UpdateSlotTypeResponse 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.LMBV2.UpdateLMBV2SlotTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SlotTypeId parameter.
            The -PassThru parameter is deprecated, use -Select '^SlotTypeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.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>