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.EditLMBV2CustomVocabularyItemCmdlet">
            <summary>
            Update a batch of custom vocabulary items for a given bot locale's custom vocabulary.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.EditLMBV2CustomVocabularyItemCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with this custom vocabulary</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.EditLMBV2CustomVocabularyItemCmdlet.BotVersion">
            <summary>
            <para>
            <para>The identifier of the version of the bot associated with this custom vocabulary.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.EditLMBV2CustomVocabularyItemCmdlet.CustomVocabularyItemList">
            <summary>
            <para>
            <para>A list of custom vocabulary items with updated fields. Each entry must contain a phrase
            and can optionally contain a displayAs and/or a weight.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.EditLMBV2CustomVocabularyItemCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale where this custom vocabulary is used. The
            string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">
            Supported Languages </a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.EditLMBV2CustomVocabularyItemCmdlet.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.BatchUpdateCustomVocabularyItemResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.BatchUpdateCustomVocabularyItemResponse 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.EditLMBV2CustomVocabularyItemCmdlet.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.GetLMBV2AggregatedUtteranceListCmdlet">
            <summary>
            Provides a list of utterances that users have sent to the bot.
             
              
            <para>
            Utterances are aggregated by the text of the utterance. For example, all instances
            where customers used the phrase "I want to order pizza" are aggregated into the same
            line in the response.
            </para><para>
            You can see both detected utterances and missed utterances. A detected utterance is
            where the bot properly recognized the utterance and activated the associated intent.
            A missed utterance was not recognized by the bot and didn't activate an intent.
            </para><para>
            Utterances can be aggregated for a bot alias or for a bot version, but not both at
            the same time.
            </para><para>
            Utterances statistics are not generated under the following conditions:
            </para><ul><li><para>
            The <code>childDirected</code> field was set to true when the bot was created.
            </para></li><li><para>
            You are using slot obfuscation with one or more slots.
            </para></li><li><para>
            You opted out of participating in improving Amazon Lex.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2AggregatedUtteranceListCmdlet.SortBy_Attribute">
            <summary>
            <para>
            <para>The utterance attribute to sort by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2AggregatedUtteranceListCmdlet.BotAliasId">
            <summary>
            <para>
            <para>The identifier of the bot alias associated with this request. If you specify the bot
            alias, you can't specify the bot version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2AggregatedUtteranceListCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot associated with this request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2AggregatedUtteranceListCmdlet.BotVersion">
            <summary>
            <para>
            <para>The identifier of the bot version associated with this request. If you specify the
            bot version, you can't specify the bot alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2AggregatedUtteranceListCmdlet.Filter">
            <summary>
            <para>
            <para>Provides the specification of a filter used to limit the utterances 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.GetLMBV2AggregatedUtteranceListCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale where the utterances were collected. For
            more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported
            languages</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2AggregatedUtteranceListCmdlet.SortBy_Order">
            <summary>
            <para>
            <para>Specifies whether to sort the aggregated utterances in ascending or descending order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2AggregatedUtteranceListCmdlet.RelativeAggregationDuration_TimeDimension">
            <summary>
            <para>
            <para>The type of time period that the <code>timeValue</code> field represents. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2AggregatedUtteranceListCmdlet.RelativeAggregationDuration_TimeValue">
            <summary>
            <para>
            <para>The period of the time window to gather statistics for. The valid value depends on
            the setting of the <code>timeDimension</code> field.</para><ul><li><para><code>Hours</code> - 1/3/6/12/24</para></li><li><para><code>Days</code> - 3</para></li><li><para><code>Weeks</code> - 1/2</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2AggregatedUtteranceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of utterances 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.
            If you don't specify the <code>maxResults</code> parameter, 1,000 results are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2AggregatedUtteranceListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the <code>ListAggregatedUtterances</code> operation contains
            more results that 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.GetLMBV2AggregatedUtteranceListCmdlet.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.ListAggregatedUtterancesResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListAggregatedUtterancesResponse 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.GetLMBV2AggregatedUtteranceListCmdlet.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.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.
            </para><para>Use the returned token in the <code>nextToken</code> parameter of a <code>ListBots</code>
            request to return the next page of results. For a complete set of results, call the
            <code>ListBots</code> operation until the <code>nextToken</code> returned in the response
            is null.</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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.GetLMBV2BotRecommendationCmdlet">
            <summary>
            Provides metadata information about a bot recommendation. This information will enable
            you to get a description on the request inputs, to download associated transcripts
            after processing is complete, and to download intents and slot-types generated by
            the bot recommendation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotRecommendationCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot associated with the bot recommendation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotRecommendationCmdlet.BotRecommendationId">
            <summary>
            <para>
            <para>The identifier of the bot recommendation to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotRecommendationCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot associated with the bot recommendation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotRecommendationCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the bot recommendation to describe. The
            string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported
            languages</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotRecommendationCmdlet.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.DescribeBotRecommendationResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeBotRecommendationResponse 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.GetLMBV2BotRecommendationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotRecommendationId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotRecommendationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotRecommendationListCmdlet">
            <summary>
            Get a list of bot recommendations that meet the specified criteria.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotRecommendationListCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot that contains the bot recommendation list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotRecommendationListCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot that contains the bot recommendation list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotRecommendationListCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the bot recommendation list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotRecommendationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of bot recommendations 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.GetLMBV2BotRecommendationListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the ListBotRecommendation operation contains more results than
            specified in the maxResults parameter, a token is returned in the response. Use that
            token in the nextToken parameter to return the next page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2BotRecommendationListCmdlet.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.ListBotRecommendationsResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListBotRecommendationsResponse 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.GetLMBV2BotRecommendationListCmdlet.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.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 href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateIntent.html">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/lexv2/latest/dg/how-languages.html">Supported
            languages</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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.GetLMBV2CustomVocabularyItemListCmdlet">
            <summary>
            Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2CustomVocabularyItemListCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the version of the bot associated with this custom vocabulary.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2CustomVocabularyItemListCmdlet.BotVersion">
            <summary>
            <para>
            <para>The bot version of the bot to the list custom vocabulary request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2CustomVocabularyItemListCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale where this custom vocabulary is used. The
            string must match one of the supported locales. For more information, see Supported
            languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2CustomVocabularyItemListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of items returned by the list operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2CustomVocabularyItemListCmdlet.NextToken">
            <summary>
            <para>
            <para>The nextToken identifier to the list custom vocabulary request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2CustomVocabularyItemListCmdlet.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.ListCustomVocabularyItemsResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListCustomVocabularyItemsResponse 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.GetLMBV2CustomVocabularyMetadataCmdlet">
            <summary>
            Provides metadata information about a custom vocabulary.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2CustomVocabularyMetadataCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot that contains the custom vocabulary.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2CustomVocabularyMetadataCmdlet.BotVersion">
            <summary>
            <para>
            <para>The bot version of the bot to return metadata for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2CustomVocabularyMetadataCmdlet.LocaleId">
            <summary>
            <para>
            <para>The locale to return the custom vocabulary information for. The locale must be <code>en_GB</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2CustomVocabularyMetadataCmdlet.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.DescribeCustomVocabularyMetadataResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeCustomVocabularyMetadataResponse 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.GetLMBV2ExportCmdlet">
            <summary>
            Gets information about a specific export.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ExportCmdlet.ExportId">
            <summary>
            <para>
            <para>The unique identifier of the export to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ExportCmdlet.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.DescribeExportResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeExportResponse 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.GetLMBV2ExportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExportId parameter.
            The -PassThru parameter is deprecated, use -Select '^ExportId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ExportListCmdlet">
            <summary>
            Lists the exports for a bot, bot locale, or custom vocabulary. Exports are kept in
            the list for 7 days.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ExportListCmdlet.SortBy_Attribute">
            <summary>
            <para>
            <para>The export field to use for sorting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ExportListCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier that Amazon Lex assigned to the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ExportListCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot to list exports for. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ExportListCmdlet.Filter">
            <summary>
            <para>
            <para>Provides the specification of a filter used to limit the exports 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.GetLMBV2ExportListCmdlet.LocaleId">
            <summary>
            <para>
            <para>Specifies the resources that should be exported. If you don't specify a resource type
            in the <code>filters</code> parameter, both bot locales and custom vocabularies are
            exported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ExportListCmdlet.SortBy_Order">
            <summary>
            <para>
            <para>The order to sort the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ExportListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of exports 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.GetLMBV2ExportListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the <code>ListExports</code> operation contains more results
            that specified in the <code>maxResults</code> parameter, a token is returned in the
            response. </para><para>Use the returned token in the <code>nextToken</code> parameter of a <code>ListExports</code>
            request to return the next page of results. For a complete set of results, call the
            <code>ListExports</code> operation until the <code>nextToken</code> returned in the
            response is null.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ExportListCmdlet.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.ListExportsResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListExportsResponse 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.GetLMBV2ImportCmdlet">
            <summary>
            Gets information about a specific import.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ImportCmdlet.ImportId">
            <summary>
            <para>
            <para>The unique identifier of the import to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ImportCmdlet.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.DescribeImportResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeImportResponse 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.GetLMBV2ImportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ImportId parameter.
            The -PassThru parameter is deprecated, use -Select '^ImportId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ImportListCmdlet">
            <summary>
            Lists the imports for a bot, bot locale, or custom vocabulary. Imports are kept in
            the list for 7 days.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ImportListCmdlet.SortBy_Attribute">
            <summary>
            <para>
            <para>The export field to use for sorting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ImportListCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier that Amazon Lex assigned to the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ImportListCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot to list imports for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ImportListCmdlet.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.GetLMBV2ImportListCmdlet.LocaleId">
            <summary>
            <para>
            <para>Specifies the locale that should be present in the list. If you don't specify a resource
            type in the <code>filters</code> parameter, the list contains both bot locales and
            custom vocabularies.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ImportListCmdlet.SortBy_Order">
            <summary>
            <para>
            <para>The order to sort the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ImportListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of imports 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.GetLMBV2ImportListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the <code>ListImports</code> operation contains more results
            than specified in the <code>maxResults</code> parameter, a token is returned in the
            response.</para><para>Use the returned token in the <code>nextToken</code> parameter of a <code>ListImports</code>
            request to return the next page of results. For a complete set of results, call the
            <code>ListImports</code> operation until the <code>nextToken</code> returned in the
            response is null.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ImportListCmdlet.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.ListImportsResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListImportsResponse 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.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/lexv2/latest/dg/how-languages.html">Supported
            languages</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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.</para><para>Use the returned token in the <code>nextToken</code> parameter of a <code>ListIntents</code>
            request to return the next page of results. For a complete set of results, call the
            <code>ListIntents</code> operation until the <code>nextToken</code> returned in the
            response is null.</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.GetLMBV2RecommendedIntentListCmdlet">
            <summary>
            Gets a list of recommended intents provided by the bot recommendation that you can
            use in your bot. Intents in the response are ordered by relevance.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2RecommendedIntentListCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot associated with the recommended intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2RecommendedIntentListCmdlet.BotRecommendationId">
            <summary>
            <para>
            <para>The identifier of the bot recommendation that contains the recommended intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2RecommendedIntentListCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot that contains the recommended intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2RecommendedIntentListCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the recommended intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2RecommendedIntentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of bot recommendations 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.GetLMBV2RecommendedIntentListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response from the ListRecommendedIntents operation contains more results than
            specified in the maxResults parameter, a token is returned in the response. Use that
            token in the nextToken parameter to return the next page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2RecommendedIntentListCmdlet.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.ListRecommendedIntentsResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.ListRecommendedIntentsResponse 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.GetLMBV2RecommendedIntentListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotRecommendationId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotRecommendationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ResourcePolicyCmdlet">
            <summary>
            Gets the resource policy and policy revision for a bot or bot alias.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ResourcePolicyCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is
            attached to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.GetLMBV2ResourcePolicyCmdlet.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.DescribeResourcePolicyResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DescribeResourcePolicyResponse 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.GetLMBV2ResourcePolicyCmdlet.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.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/lexv2/latest/dg/how-languages.html">Supported
            languages</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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.InvokeLMBV2BuildBotLocaleCmdlet">
            <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.InvokeLMBV2BuildBotLocaleCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot to build. The identifier is returned in the response from
            the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateBot.html">CreateBot</a>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.InvokeLMBV2BuildBotLocaleCmdlet.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.InvokeLMBV2BuildBotLocaleCmdlet.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/lexv2/latest/dg/how-languages.html">Supported
            languages</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.InvokeLMBV2BuildBotLocaleCmdlet.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.InvokeLMBV2BuildBotLocaleCmdlet.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.InvokeLMBV2BuildBotLocaleCmdlet.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.NewLMBV2BotCmdlet">
            <summary>
            Creates an Amazon Lex conversational bot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2BotCmdlet.BotMember">
            <summary>
            <para>
            <para>The list of bot members in a network to be created.</para>
            </para>
            </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.BotType">
            <summary>
            <para>
            <para>The type of a bot to create.</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 <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateBotAlias.html">UpdateBotAlias</a>
            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.VoiceSettings_Engine">
            <summary>
            <para>
            <para>Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction
            with the user. For more information, see the <a href="https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html#polly-SynthesizeSpeech-request-Engine"><code>engine</code> parameter of the <code>SynthesizeSpeech</code> operation</a> in
            the <i>Amazon Polly developer guide</i>.</para><para>If you do not specify a value, the default is <code>standard</code>.</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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 <code>RecognizeText</code> 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.NewLMBV2CustomVocabularyItemCmdlet">
            <summary>
            Create a batch of custom vocabulary items for a given bot locale's custom vocabulary.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2CustomVocabularyItemCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with this custom vocabulary.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2CustomVocabularyItemCmdlet.BotVersion">
            <summary>
            <para>
            <para>The identifier of the version of the bot associated with this custom vocabulary.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2CustomVocabularyItemCmdlet.CustomVocabularyItemList">
            <summary>
            <para>
            <para>A list of new custom vocabulary items. Each entry must contain a phrase and can optionally
            contain a displayAs and/or a weight.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2CustomVocabularyItemCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale where this custom vocabulary is used. The
            string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">
            Supported Languages </a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2CustomVocabularyItemCmdlet.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.BatchCreateCustomVocabularyItemResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.BatchCreateCustomVocabularyItemResponse 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.NewLMBV2CustomVocabularyItemCmdlet.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.NewLMBV2ExportCmdlet">
            <summary>
            Creates a zip archive containing the contents of a bot or a bot locale. The archive
            contains a directory structure that contains JSON files that define the bot.
             
              
            <para>
            You can create an archive that contains the complete definition of a bot, or you can
            specify that the archive contain only the definition of a single bot locale.
            </para><para>
            For more information about exporting bots, and about the structure of the export archive,
            see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/importing-exporting.html">
            Importing and exporting bots </a></para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ExportCmdlet.BotExportSpecification_BotId">
            <summary>
            <para>
            <para>The identifier of the bot assigned by Amazon Lex.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ExportCmdlet.BotLocaleExportSpecification_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.NewLMBV2ExportCmdlet.CustomVocabularyExportSpecification_BotId">
            <summary>
            <para>
            <para>The identifier of the bot that contains the custom vocabulary to export.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ExportCmdlet.BotExportSpecification_BotVersion">
            <summary>
            <para>
            <para>The version of the bot that was exported. This will be either <code>DRAFT</code> or
            the version number.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ExportCmdlet.BotLocaleExportSpecification_BotVersion">
            <summary>
            <para>
            <para>The version of the bot to export.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ExportCmdlet.CustomVocabularyExportSpecification_BotVersion">
            <summary>
            <para>
            <para>The version of the bot that contains the custom vocabulary to export.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ExportCmdlet.FileFormat">
            <summary>
            <para>
            <para>The file format of the bot or bot locale definition files.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ExportCmdlet.FilePassword">
            <summary>
            <para>
            <para>An password to use to encrypt the exported archive. Using a password is optional,
            but you should encrypt the archive to protect the data in transit between Amazon Lex
            and your local computer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ExportCmdlet.BotLocaleExportSpecification_LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale to export. The string must match one of
            the locales in the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ExportCmdlet.CustomVocabularyExportSpecification_LocaleId">
            <summary>
            <para>
            <para>The locale of the bot that contains the custom vocabulary to export.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ExportCmdlet.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.CreateExportResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.CreateExportResponse 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.NewLMBV2ExportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FileFormat parameter.
            The -PassThru parameter is deprecated, use -Select '^FileFormat' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ExportCmdlet.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.FulfillmentCodeHook_Active">
            <summary>
            <para>
            <para>Determines whether the fulfillment code hook is used. When <code>active</code> is
            false, the code hook doesn't run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentUpdatesSpecification_Active">
            <summary>
            <para>
            <para>Determines whether fulfillment updates are sent to the user. When this field is true,
            updates are sent.</para><para>If the <code>active</code> field is set to true, the <code>startResponse</code>, <code>updateResponse</code>,
            and <code>timeoutInSeconds</code> fields are required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_Active">
            <summary>
            <para>
            <para>Determines whether a dialog code hook is used when the intent is activated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_Conditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_Active">
            <summary>
            <para>
            <para>Specifies whether an intent's closing response is used. When this field is false,
            the closing response isn't sent to the user. If the <code>active</code> field isn't
            specified, the default is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_Conditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_Active">
            <summary>
            <para>
            <para>Specifies whether the intent's confirmation is sent to the user. When this field is
            false, confirmation and declination responses aren't sent. If the <code>active</code>
            field isn't specified, the default is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_Active">
            <summary>
            <para>
            <para>Determines whether a dialog code hook is used when the intent is activated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.ConfirmationConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.DeclinationConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.StartResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Determines whether the user can interrupt the start message while it is playing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.UpdateResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Determines whether the user can interrupt an update message while it is playing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_Response_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.FailureResponse_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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_Response_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.SuccessResponse_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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_Response_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.TimeoutResponse_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureResponse_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessResponse_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutResponse_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.InitialResponseSetting_Conditional_DefaultBranch_Response_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.InitialResponse_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.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.IntentClosingSetting_Conditional_DefaultBranch_Response_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureResponse_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessResponse_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutResponse_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.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_Response_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.ConfirmationResponse_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.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_Response_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.IntentConfirmationSetting_FailureConditional_DefaultBranch_Response_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.IntentConfirmationSetting_FailureResponse_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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_Conditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_Conditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.ConfirmationConditional_ConditionalBranch">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.DeclinationConditional_ConditionalBranch">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.StartResponse_DelayInSecond">
            <summary>
            <para>
            <para>The delay between when the Lambda fulfillment function starts running and the start
            message is played. If the Lambda function returns before the delay is over, the start
            message isn't played.</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.InitialResponseSetting_CodeHook_EnableCodeHookInvocation">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked for the dialog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_EnableCodeHookInvocation">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked for the dialog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.ElicitationCodeHook_EnableCodeHookInvocation">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked for the dialog.</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.UpdateResponse_FrequencyInSecond">
            <summary>
            <para>
            <para>The frequency that a message is sent to the user. When the period ends, Amazon Lex
            chooses a message from the message groups and plays it to the user. If the fulfillment
            Lambda returns before the first period ends, an update message is not played to the
            user.</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.InitialResponseSetting_CodeHook_InvocationLabel">
            <summary>
            <para>
            <para>A label that indicates the dialog step from which the dialog code hook is happening.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_InvocationLabel">
            <summary>
            <para>
            <para>A label that indicates the dialog step from which the dialog code hook is happening.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.ElicitationCodeHook_InvocationLabel">
            <summary>
            <para>
            <para>A label that indicates the dialog step from which the dialog code hook is happening.</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. For more information,
            see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported
            languages</a>.</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 response from the user using
            this prompt.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.StartResponse_MessageGroup">
            <summary>
            <para>
            <para>One to 5 message groups that contain start messages. Amazon Lex chooses one of the
            messages to play to the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.UpdateResponse_MessageGroup">
            <summary>
            <para>
            <para>One to 5 message groups that contain update messages. Amazon Lex chooses one of the
            messages to play to the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.FailureResponse_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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_Response_MessageGroups">
            <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.SuccessResponse_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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_Response_MessageGroups">
            <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.TimeoutResponse_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureResponse_MessageGroups">
            <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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_MessageGroups">
            <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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessResponse_MessageGroups">
            <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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_MessageGroups">
            <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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutResponse_MessageGroups">
            <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.InitialResponseSetting_Conditional_DefaultBranch_Response_MessageGroups">
            <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.InitialResponse_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.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.IntentClosingSetting_Conditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureResponse_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessResponse_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutResponse_MessageGroups">
            <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.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_Response_MessageGroups">
            <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.ConfirmationResponse_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.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_FailureResponse_MessageGroups">
            <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.PromptSpecification_MessageSelectionStrategy">
            <summary>
            <para>
            <para>Indicates how a message is selected from a message group among retries.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</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.PromptSpecification_PromptAttemptsSpecification">
            <summary>
            <para>
            <para>Specifies the advanced settings on each attempt of the prompt.</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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.ConfirmationNextStep_SessionAttribute">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.DeclinationNextStep_SessionAttribute">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentUpdatesSpecification_TimeoutInSecond">
            <summary>
            <para>
            <para>The length of time that the fulfillment Lambda function should run before it times
            out.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.InitialResponseSetting_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentClosingSetting_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </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.NewLMBV2ResourcePolicyCmdlet">
            <summary>
            Creates a new resource policy with the specified policy statements.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ResourcePolicyCmdlet.Policy">
            <summary>
            <para>
            <para>A resource policy to add to the resource. The policy is a JSON structure that contains
            one or more statements that define the policy. The policy must follow the IAM syntax.
            For more information about the contents of a JSON policy document, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html">
            IAM JSON policy reference </a>. </para><para>If the policy isn't valid, Amazon Lex returns a validation exception.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ResourcePolicyCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is
            attached to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ResourcePolicyCmdlet.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.CreateResourcePolicyResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.CreateResourcePolicyResponse 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.NewLMBV2ResourcePolicyCmdlet.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.NewLMBV2ResourcePolicyCmdlet.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.NewLMBV2ResourcePolicyStatementCmdlet">
            <summary>
            Adds a new resource policy statement to a bot or bot alias. If a resource policy exists,
            the statement is added to the current resource policy. If a policy doesn't exist,
            a new policy is created.
             
              
            <para>
            You can't create a resource policy statement that allows cross-account access.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ResourcePolicyStatementCmdlet.Action">
            <summary>
            <para>
            <para>The Amazon Lex action that this policy either allows or denies. The action must apply
            to the resource type of the specified ARN. For more information, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonlexv2.html">
            Actions, resources, and condition keys for Amazon Lex V2</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ResourcePolicyStatementCmdlet.Condition">
            <summary>
            <para>
            <para>Specifies a condition when the policy is in effect. If the principal of the policy
            is a service principal, you must provide two condition blocks, one with a SourceAccount
            global condition key and one with a SourceArn global condition key.</para><para>For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition.html">IAM
            JSON policy elements: Condition </a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ResourcePolicyStatementCmdlet.Effect">
            <summary>
            <para>
            <para>Determines whether the statement allows or denies access to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ResourcePolicyStatementCmdlet.ExpectedRevisionId">
            <summary>
            <para>
            <para>The identifier of the revision of the policy to edit. If this revision ID doesn't
            match the current revision ID, Amazon Lex throws an exception.</para><para>If you don't specify a revision, Amazon Lex overwrites the contents of the policy
            with the new values.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ResourcePolicyStatementCmdlet.Principal">
            <summary>
            <para>
            <para>An IAM principal, such as an IAM users, IAM roles, or AWS services that is allowed
            or denied access to a resource. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html">AWS
            JSON policy elements: Principal</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ResourcePolicyStatementCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is
            attached to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ResourcePolicyStatementCmdlet.StatementId">
            <summary>
            <para>
            <para>The name of the statement. The ID is the same as the <code>Sid</code> IAM property.
            The statement name must be unique within the policy. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_sid.html">IAM
            JSON policy elements: Sid</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2ResourcePolicyStatementCmdlet.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.CreateResourcePolicyStatementResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.CreateResourcePolicyStatementResponse 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.NewLMBV2ResourcePolicyStatementCmdlet.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.NewLMBV2ResourcePolicyStatementCmdlet.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.CaptureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.CodeHook_Active">
            <summary>
            <para>
            <para>Determines whether a dialog code hook is used when the intent is activated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.SuccessConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.TimeoutConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.WaitAndContinueSpecification_Active">
            <summary>
            <para>
            <para>Specifies whether the bot will wait for a user to respond. When this field is false,
            wait and continue responses for a slot aren't used. If the <code>active</code> field
            isn't specified, the default is true.</para>
            </para>
            </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.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_Response_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.CaptureResponse_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureResponse_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_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.SuccessResponse_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_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.TimeoutResponse_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.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_Response_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.ValueElicitationSetting_SlotCaptureSetting_FailureResponse_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.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.MultipleValuesSetting_AllowMultipleValue">
            <summary>
            <para>
            <para>Indicates whether a slot can return multiple values. When <code>true</code>, the slot
            may return more than one value in a response. When <code>false</code>, the slot returns
            only a single value.</para><para>Multi-value slots are only available in the en-US locale. If you set this value to
            <code>true</code> in any other locale, Amazon Lex throws a <code>ValidationException</code>.</para><para>If the <code>allowMutlipleValues</code> is not set, the default value is <code>false</code>.</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.CaptureConditional_ConditionalBranch">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.SuccessConditional_ConditionalBranch">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.TimeoutConditional_ConditionalBranch">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</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.CodeHook_EnableCodeHookInvocation">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked for the dialog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ElicitationCodeHook_EnableCodeHookInvocation">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked for the dialog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.SubSlotSetting_Expression">
            <summary>
            <para>
            <para>The expression text for defining the constituent sub slots in the composite slot using
            logical AND and OR operators.</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.CodeHook_InvocationLabel">
            <summary>
            <para>
            <para>A label that indicates the dialog step from which the dialog code hook is happening.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ElicitationCodeHook_InvocationLabel">
            <summary>
            <para>
            <para>A label that indicates the dialog step from which the dialog code hook is happening.</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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 response 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.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_Response_MessageGroups">
            <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.CaptureResponse_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureResponse_MessageGroups">
            <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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_MessageGroups">
            <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.SuccessResponse_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_MessageGroups">
            <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.TimeoutResponse_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.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.ValueElicitationSetting_SlotCaptureSetting_FailureResponse_MessageGroups">
            <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.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.PromptSpecification_MessageSelectionStrategy">
            <summary>
            <para>
            <para>Indicates how a message is selected from a message group among retries.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</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.PromptSpecification_PromptAttemptsSpecification">
            <summary>
            <para>
            <para>Specifies the advanced settings on each attempt of the prompt.</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_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.CaptureNextStep_SessionAttribute">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.SuccessNextStep_SessionAttribute">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.TimeoutNextStep_SessionAttribute">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</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.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.SubSlotSetting_SlotSpecification">
            <summary>
            <para>
            <para>Specifications for the constituent sub slots of a composite slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</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.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</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.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </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.AdvancedRecognitionSetting_AudioRecognitionStrategy">
            <summary>
            <para>
            <para>Enables using the slot values as a custom vocabulary for recognizing user utterances.</para>
            </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.Source_KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon KMS key required to decrypt the contents of the grammar, if any.</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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.Source_S3BucketName">
            <summary>
            <para>
            <para>The name of the S3 bucket that contains the grammar source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2SlotTypeCmdlet.Source_S3ObjectKey">
            <summary>
            <para>
            <para>The path to the grammar in the S3 bucket.</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.CompositeSlotTypeSetting_SubSlot">
            <summary>
            <para>
            <para>Subslots in the composite 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.NewLMBV2UploadUrlCmdlet">
            <summary>
            Gets a pre-signed S3 write URL that you use to upload the zip archive when importing
            a bot or a bot locale.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.NewLMBV2UploadUrlCmdlet.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.CreateUploadUrlResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.CreateUploadUrlResponse 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.NewLMBV2UploadUrlCmdlet.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>By default, Amazon Lex checks if any other resource, such as an alias or bot network,
            is using the bot version before it is deleted and throws a <code>ResourceInUseException</code>
            exception if the bot is being used by another resource. Set this parameter to <code>true</code>
            to skip this check and remove the bot even if it is being used by another resource.</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>By default, Amazon Lex checks if any other resource, such as a bot network, is using
            the bot alias before it is deleted and throws a <code>ResourceInUseException</code>
            exception if the alias is being used by another resource. Set this parameter to <code>true</code>
            to skip this check and remove the alias even if it is being used by another resource.</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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 versions of a bot, use the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteBot.html">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, Amazon Lex checks if any other resource, such as an alias or bot network,
            is using the bot version before it is deleted and throws a <code>ResourceInUseException</code>
            exception if the version is being used by another resource. Set this parameter to
            <code>true</code> to skip this check and remove the version even if it is being used
            by another resource.</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.RemoveLMBV2CustomVocabularyCmdlet">
            <summary>
            Removes a custom vocabulary from the specified locale in the specified bot.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2CustomVocabularyCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot to remove the custom vocabulary from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2CustomVocabularyCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot to remove the custom vocabulary from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2CustomVocabularyCmdlet.LocaleId">
            <summary>
            <para>
            <para>The locale identifier for the locale that contains the custom vocabulary to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2CustomVocabularyCmdlet.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.DeleteCustomVocabularyResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DeleteCustomVocabularyResponse 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.RemoveLMBV2CustomVocabularyCmdlet.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.RemoveLMBV2CustomVocabularyItemCmdlet">
            <summary>
            Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2CustomVocabularyItemCmdlet.BotId">
            <summary>
            <para>
            <para>The identifier of the bot associated with this custom vocabulary.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2CustomVocabularyItemCmdlet.BotVersion">
            <summary>
            <para>
            <para>The identifier of the version of the bot associated with this custom vocabulary.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2CustomVocabularyItemCmdlet.CustomVocabularyItemList">
            <summary>
            <para>
            <para>A list of custom vocabulary items requested to be deleted. Each entry must contain
            the unique custom vocabulary entry identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2CustomVocabularyItemCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale where this custom vocabulary is used. The
            string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">
            Supported Languages </a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2CustomVocabularyItemCmdlet.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.BatchDeleteCustomVocabularyItemResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.BatchDeleteCustomVocabularyItemResponse 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.RemoveLMBV2CustomVocabularyItemCmdlet.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.RemoveLMBV2ExportCmdlet">
            <summary>
            Removes a previous export and the associated files stored in an S3 bucket.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ExportCmdlet.ExportId">
            <summary>
            <para>
            <para>The unique identifier of the export to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ExportCmdlet.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.DeleteExportResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DeleteExportResponse 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.RemoveLMBV2ExportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExportId parameter.
            The -PassThru parameter is deprecated, use -Select '^ExportId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ExportCmdlet.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.RemoveLMBV2ImportCmdlet">
            <summary>
            Removes a previous import and the associated file stored in an S3 bucket.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ImportCmdlet.ImportId">
            <summary>
            <para>
            <para>The unique identifier of the import to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ImportCmdlet.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.DeleteImportResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DeleteImportResponse 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.RemoveLMBV2ImportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ImportId parameter.
            The -PassThru parameter is deprecated, use -Select '^ImportId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ImportCmdlet.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/lexv2/latest/dg/how-languages.html">Supported
            languages</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.RemoveLMBV2ResourcePolicyCmdlet">
            <summary>
            Removes an existing policy from a bot or bot alias. If the resource doesn't have a
            policy attached, Amazon Lex returns an exception.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ResourcePolicyCmdlet.ExpectedRevisionId">
            <summary>
            <para>
            <para>The identifier of the revision to edit. If this ID doesn't match the current revision
            number, Amazon Lex returns an exception</para><para>If you don't specify a revision ID, Amazon Lex will delete the current policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ResourcePolicyCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the bot or bot alias that has the resource policy
            attached.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ResourcePolicyCmdlet.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.DeleteResourcePolicyResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DeleteResourcePolicyResponse 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.RemoveLMBV2ResourcePolicyCmdlet.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.RemoveLMBV2ResourcePolicyCmdlet.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.RemoveLMBV2ResourcePolicyStatementCmdlet">
            <summary>
            Deletes a policy statement from a resource policy. If you delete the last statement
            from a policy, the policy is deleted. If you specify a statement ID that doesn't exist
            in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex
            returns an exception.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ResourcePolicyStatementCmdlet.ExpectedRevisionId">
            <summary>
            <para>
            <para>The identifier of the revision of the policy to delete the statement from. If this
            revision ID doesn't match the current revision ID, Amazon Lex throws an exception.</para><para>If you don't specify a revision, Amazon Lex removes the current contents of the statement.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ResourcePolicyStatementCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is
            attached to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ResourcePolicyStatementCmdlet.StatementId">
            <summary>
            <para>
            <para>The name of the statement (SID) to delete from the policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2ResourcePolicyStatementCmdlet.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.DeleteResourcePolicyStatementResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.DeleteResourcePolicyStatementResponse 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.RemoveLMBV2ResourcePolicyStatementCmdlet.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.RemoveLMBV2ResourcePolicyStatementCmdlet.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/lexv2/latest/dg/how-languages.html">Supported
            languages</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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.RemoveLMBV2UtteranceCmdlet">
            <summary>
            Deletes stored utterances.
             
              
            <para>
            Amazon Lex stores the utterances that users send to your bot. Utterances are stored
            for 15 days for use with the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListAggregatedUtterances.html">ListAggregatedUtterances</a>
            operation, and then stored indefinitely for use in improving the ability of your bot
            to respond to user input..
            </para><para>
            Use the <code>DeleteUtterances</code> operation to manually delete utterances for
            a specific session. When you use the <code>DeleteUtterances</code> operation, utterances
            stored for improving your bot's ability to respond to user input are deleted immediately.
            Utterances stored for use with the <code>ListAggregatedUtterances</code> operation
            are deleted after 15 days.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2UtteranceCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot that contains the utterances.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2UtteranceCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale where the utterances were collected. The
            string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported
            languages</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2UtteranceCmdlet.SessionId">
            <summary>
            <para>
            <para>The unique identifier of the session with the user. The ID is returned in the response
            from the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeText.html">RecognizeText</a>
            and <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeUtterance.html">RecognizeUtterance</a>
            operations.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2UtteranceCmdlet.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.DeleteUtterancesResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.RemoveLMBV2UtteranceCmdlet.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.RemoveLMBV2UtteranceCmdlet.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.SearchLMBV2AssociatedTranscriptCmdlet">
            <summary>
            Search for associated transcripts that meet the specified criteria.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.SearchLMBV2AssociatedTranscriptCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot associated with the transcripts that you are searching.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.SearchLMBV2AssociatedTranscriptCmdlet.BotRecommendationId">
            <summary>
            <para>
            <para>The unique identifier of the bot recommendation associated with the transcripts to
            search.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.SearchLMBV2AssociatedTranscriptCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot containing the transcripts that you are searching.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.SearchLMBV2AssociatedTranscriptCmdlet.Filter">
            <summary>
            <para>
            <para>A list of filter objects.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.SearchLMBV2AssociatedTranscriptCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the transcripts to search. The string
            must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported
            languages</a></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.SearchLMBV2AssociatedTranscriptCmdlet.NextIndex">
            <summary>
            <para>
            <para>If the response from the SearchAssociatedTranscriptsRequest operation contains more
            results than specified in the maxResults parameter, an index is returned in the response.
            Use that index in the nextIndex parameter to return the next page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.SearchLMBV2AssociatedTranscriptCmdlet.SearchOrder">
            <summary>
            <para>
            <para>How SearchResults are ordered. Valid values are Ascending or Descending. The default
            is Descending.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.SearchLMBV2AssociatedTranscriptCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of bot recommendations 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.SearchLMBV2AssociatedTranscriptCmdlet.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.SearchAssociatedTranscriptsResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.SearchAssociatedTranscriptsResponse 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.SearchLMBV2AssociatedTranscriptCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotRecommendationId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotRecommendationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.SearchLMBV2AssociatedTranscriptCmdlet.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.StartLMBV2BotRecommendationCmdlet">
            <summary>
            Use this to provide your transcript data, and to start the bot recommendation process.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.EncryptionSetting_AssociatedTranscriptsPassword">
            <summary>
            <para>
            <para>The password used to encrypt the associated transcript file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot containing the bot recommendation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.EncryptionSetting_BotLocaleExportPassword">
            <summary>
            <para>
            <para>The password used to encrypt the recommended bot recommendation file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot containing the bot recommendation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.DateRangeFilter_EndDateTime">
            <summary>
            <para>
            <para>A timestamp indicating the end date for the date range filter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.EncryptionSetting_KmsKeyArn">
            <summary>
            <para>
            <para>The KMS key ARN used to encrypt the metadata associated with the bot recommendation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.S3BucketTranscriptSource_KmsKeyArn">
            <summary>
            <para>
            <para>The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket. Only use
            this field if your bucket is encrypted using a customer managed KMS key.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the bot recommendation to start. The
            string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported
            languages</a></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.PathFormat_ObjectPrefix">
            <summary>
            <para>
            <para>A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify
            this list if you only want Lex to read the files under this set of sub-folders.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.S3BucketTranscriptSource_S3BucketName">
            <summary>
            <para>
            <para>The name of the bucket containing the transcript and the associated metadata.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.DateRangeFilter_StartDateTime">
            <summary>
            <para>
            <para>A timestamp indicating the start date for the date range filter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.S3BucketTranscriptSource_TranscriptFormat">
            <summary>
            <para>
            <para>The format of the transcript content. Currently, Genie only supports the Amazon Lex
            transcript format.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2BotRecommendationCmdlet.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.StartBotRecommendationResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.StartBotRecommendationResponse 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.StartLMBV2BotRecommendationCmdlet.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.StartLMBV2BotRecommendationCmdlet.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.StartLMBV2ImportCmdlet">
            <summary>
            Starts importing a bot, bot locale, or custom vocabulary from a zip archive that you
            uploaded to an S3 bucket.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.BotLocaleImportSpecification_BotId">
            <summary>
            <para>
            <para>The identifier of the bot to import the locale to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.CustomVocabularyImportSpecification_BotId">
            <summary>
            <para>
            <para>The identifier of the bot to import the custom vocabulary to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.BotImportSpecification_BotName">
            <summary>
            <para>
            <para>The name that Amazon Lex should use for the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.BotImportSpecification_BotTag">
            <summary>
            <para>
            <para>A list of tags to add to the bot. You can only add tags when you import 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.StartLMBV2ImportCmdlet.BotLocaleImportSpecification_BotVersion">
            <summary>
            <para>
            <para>The version of the bot to import the locale to. This can only be the <code>DRAFT</code>
            version of the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.CustomVocabularyImportSpecification_BotVersion">
            <summary>
            <para>
            <para>The version of the bot to import the custom vocabulary to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.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.StartLMBV2ImportCmdlet.VoiceSettings_Engine">
            <summary>
            <para>
            <para>Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction
            with the user. For more information, see the <a href="https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html#polly-SynthesizeSpeech-request-Engine"><code>engine</code> parameter of the <code>SynthesizeSpeech</code> operation</a> in
            the <i>Amazon Polly developer guide</i>.</para><para>If you do not specify a value, the default is <code>standard</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.FilePassword">
            <summary>
            <para>
            <para>The password used to encrypt the zip archive that contains the resource definition.
            You should always encrypt the zip archive to protect it during transit between your
            site and Amazon Lex.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.BotImportSpecification_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.StartLMBV2ImportCmdlet.ImportId">
            <summary>
            <para>
            <para>The unique identifier for the import. It is included in the response from the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateUploadUrl.html">CreateUploadUrl</a>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.BotLocaleImportSpecification_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/lexv2/latest/dg/how-languages.html">Supported
            languages</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.CustomVocabularyImportSpecification_LocaleId">
            <summary>
            <para>
            <para>The identifier of the local to import the custom vocabulary to. The value must be
            <code>en_GB</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.MergeStrategy">
            <summary>
            <para>
            <para>The strategy to use when there is a name conflict between the imported resource and
            an existing resource. When the merge strategy is <code>FailOnConflict</code> existing
            resources are not overwritten and the import fails.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.BotLocaleImportSpecification_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 <code>PostText</code> operation would be:</para><ul><li><para><code>AMAZON.FallbackIntent</code></para></li><li><para><code>IntentA</code></para></li><li><para><code>IntentB</code></para></li><li><para><code>IntentC</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.BotImportSpecification_RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.BotImportSpecification_TestBotAliasTag">
            <summary>
            <para>
            <para>A list of tags to add to the test alias for a bot. You can only add tags when you
            import 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.StartLMBV2ImportCmdlet.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.StartLMBV2ImportCmdlet.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.StartImportResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.StartImportResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ImportId parameter.
            The -PassThru parameter is deprecated, use -Select '^ImportId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StartLMBV2ImportCmdlet.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.StopLMBV2BotRecommendationCmdlet">
            <summary>
            Stop an already running Bot Recommendation request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StopLMBV2BotRecommendationCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot containing the bot recommendation to be stopped.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StopLMBV2BotRecommendationCmdlet.BotRecommendationId">
            <summary>
            <para>
            <para>The unique identifier of the bot recommendation to be stopped.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StopLMBV2BotRecommendationCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot containing the bot recommendation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StopLMBV2BotRecommendationCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the bot recommendation to stop. The string
            must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported
            languages</a></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StopLMBV2BotRecommendationCmdlet.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.StopBotRecommendationResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.StopBotRecommendationResponse 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.StopLMBV2BotRecommendationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotRecommendationId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotRecommendationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.StopLMBV2BotRecommendationCmdlet.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 href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_CreateBot.html">CreateBot</a>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotCmdlet.BotMember">
            <summary>
            <para>
            <para>The list of bot members in the network associated with the update action.</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.BotType">
            <summary>
            <para>
            <para>The type of the bot to be updated.</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.VoiceSettings_Engine">
            <summary>
            <para>
            <para>Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction
            with the user. For more information, see the <a href="https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html#polly-SynthesizeSpeech-request-Engine"><code>engine</code> parameter of the <code>SynthesizeSpeech</code> operation</a> in
            the <i>Amazon Polly developer guide</i>.</para><para>If you do not specify a value, the default is <code>standard</code>.</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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.UpdateLMBV2BotRecommendationCmdlet">
            <summary>
            Updates an existing bot recommendation request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotRecommendationCmdlet.EncryptionSetting_AssociatedTranscriptsPassword">
            <summary>
            <para>
            <para>The password used to encrypt the associated transcript file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotRecommendationCmdlet.BotId">
            <summary>
            <para>
            <para>The unique identifier of the bot containing the bot recommendation to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotRecommendationCmdlet.EncryptionSetting_BotLocaleExportPassword">
            <summary>
            <para>
            <para>The password used to encrypt the recommended bot recommendation file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotRecommendationCmdlet.BotRecommendationId">
            <summary>
            <para>
            <para>The unique identifier of the bot recommendation to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotRecommendationCmdlet.BotVersion">
            <summary>
            <para>
            <para>The version of the bot containing the bot recommendation to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotRecommendationCmdlet.EncryptionSetting_KmsKeyArn">
            <summary>
            <para>
            <para>The KMS key ARN used to encrypt the metadata associated with the bot recommendation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotRecommendationCmdlet.LocaleId">
            <summary>
            <para>
            <para>The identifier of the language and locale of the bot recommendation to update. The
            string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported
            languages</a></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotRecommendationCmdlet.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.UpdateBotRecommendationResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.UpdateBotRecommendationResponse 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.UpdateLMBV2BotRecommendationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BotRecommendationId parameter.
            The -PassThru parameter is deprecated, use -Select '^BotRecommendationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2BotRecommendationCmdlet.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.UpdateLMBV2ExportCmdlet">
            <summary>
            Updates the password used to protect an export zip archive.
             
              
            <para>
            The password is not required. If you don't supply a password, Amazon Lex generates
            a zip file that is not protected by a password. This is the archive that is available
            at the pre-signed S3 URL provided by the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeExport.html">DescribeExport</a>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2ExportCmdlet.ExportId">
            <summary>
            <para>
            <para>The unique identifier Amazon Lex assigned to the export.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2ExportCmdlet.FilePassword">
            <summary>
            <para>
            <para>The new password to use to encrypt the export zip archive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2ExportCmdlet.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.UpdateExportResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.UpdateExportResponse 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.UpdateLMBV2ExportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExportId parameter.
            The -PassThru parameter is deprecated, use -Select '^ExportId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2ExportCmdlet.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.FulfillmentCodeHook_Active">
            <summary>
            <para>
            <para>Determines whether the fulfillment code hook is used. When <code>active</code> is
            false, the code hook doesn't run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentUpdatesSpecification_Active">
            <summary>
            <para>
            <para>Determines whether fulfillment updates are sent to the user. When this field is true,
            updates are sent.</para><para>If the <code>active</code> field is set to true, the <code>startResponse</code>, <code>updateResponse</code>,
            and <code>timeoutInSeconds</code> fields are required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_Active">
            <summary>
            <para>
            <para>Determines whether a dialog code hook is used when the intent is activated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_Conditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_Active">
            <summary>
            <para>
            <para>Specifies whether an intent's closing response is used. When this field is false,
            the closing response isn't sent to the user. If the <code>active</code> field isn't
            specified, the default is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_Conditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_Active">
            <summary>
            <para>
            <para>Specifies whether the intent's confirmation is sent to the user. When this field is
            false, confirmation and declination responses aren't sent. If the <code>active</code>
            field isn't specified, the default is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_Active">
            <summary>
            <para>
            <para>Determines whether a dialog code hook is used when the intent is activated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.ConfirmationConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.DeclinationConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.StartResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Determines whether the user can interrupt the start message while it is playing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.UpdateResponse_AllowInterrupt">
            <summary>
            <para>
            <para>Determines whether the user can interrupt an update message while it is playing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_Response_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.FailureResponse_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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_Response_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.SuccessResponse_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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_Response_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.TimeoutResponse_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureResponse_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessResponse_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutResponse_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.InitialResponseSetting_Conditional_DefaultBranch_Response_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.InitialResponse_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.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.IntentClosingSetting_Conditional_DefaultBranch_Response_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureResponse_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessResponse_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutResponse_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.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_Response_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.ConfirmationResponse_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.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_Response_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.IntentConfirmationSetting_FailureConditional_DefaultBranch_Response_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.IntentConfirmationSetting_FailureResponse_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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_Conditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_Conditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.ConfirmationConditional_ConditionalBranch">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.DeclinationConditional_ConditionalBranch">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.StartResponse_DelayInSecond">
            <summary>
            <para>
            <para>The delay between when the Lambda fulfillment function starts running and the start
            message is played. If the Lambda function returns before the delay is over, the start
            message isn't played.</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.InitialResponseSetting_CodeHook_EnableCodeHookInvocation">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked for the dialog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_EnableCodeHookInvocation">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked for the dialog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.ElicitationCodeHook_EnableCodeHookInvocation">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked for the dialog.</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.UpdateResponse_FrequencyInSecond">
            <summary>
            <para>
            <para>The frequency that a message is sent to the user. When the period ends, Amazon Lex
            chooses a message from the message groups and plays it to the user. If the fulfillment
            Lambda returns before the first period ends, an update message is not played to the
            user.</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.InitialResponseSetting_CodeHook_InvocationLabel">
            <summary>
            <para>
            <para>A label that indicates the dialog step from which the dialog code hook is happening.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_InvocationLabel">
            <summary>
            <para>
            <para>A label that indicates the dialog step from which the dialog code hook is happening.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.ElicitationCodeHook_InvocationLabel">
            <summary>
            <para>
            <para>A label that indicates the dialog step from which the dialog code hook is happening.</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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 response from the user using
            this prompt.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.StartResponse_MessageGroup">
            <summary>
            <para>
            <para>One to 5 message groups that contain start messages. Amazon Lex chooses one of the
            messages to play to the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.UpdateResponse_MessageGroup">
            <summary>
            <para>
            <para>One to 5 message groups that contain update messages. Amazon Lex chooses one of the
            messages to play to the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.FailureResponse_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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_Response_MessageGroups">
            <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.SuccessResponse_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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_Response_MessageGroups">
            <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.TimeoutResponse_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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureResponse_MessageGroups">
            <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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_MessageGroups">
            <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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessResponse_MessageGroups">
            <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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_MessageGroups">
            <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.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutResponse_MessageGroups">
            <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.InitialResponseSetting_Conditional_DefaultBranch_Response_MessageGroups">
            <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.InitialResponse_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.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.IntentClosingSetting_Conditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureResponse_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessResponse_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutResponse_MessageGroups">
            <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.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_Response_MessageGroups">
            <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.ConfirmationResponse_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.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.IntentConfirmationSetting_FailureResponse_MessageGroups">
            <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.PromptSpecification_MessageSelectionStrategy">
            <summary>
            <para>
            <para>Indicates how a message is selected from a message group among retries.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</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.PromptSpecification_PromptAttemptsSpecification">
            <summary>
            <para>
            <para>Specifies the advanced settings on each attempt of the prompt.</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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.ConfirmationNextStep_SessionAttribute">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.DeclinationNextStep_SessionAttribute">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</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.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentUpdatesSpecification_TimeoutInSecond">
            <summary>
            <para>
            <para>The length of time that the fulfillment Lambda function should run before it times
            out.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_SuccessNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.FulfillmentCodeHook_PostFulfillmentStatusSpecification_TimeoutNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_Conditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.InitialResponseSetting_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_Conditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentClosingSetting_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_ConfirmationNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_DeclinationNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2IntentCmdlet.IntentConfirmationSetting_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </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.UpdateLMBV2ResourcePolicyCmdlet">
            <summary>
            Replaces the existing resource policy for a bot or bot alias with a new one. If the
            policy doesn't exist, Amazon Lex returns an exception.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2ResourcePolicyCmdlet.ExpectedRevisionId">
            <summary>
            <para>
            <para>The identifier of the revision of the policy to update. If this revision ID doesn't
            match the current revision ID, Amazon Lex throws an exception.</para><para>If you don't specify a revision, Amazon Lex overwrites the contents of the policy
            with the new values.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2ResourcePolicyCmdlet.Policy">
            <summary>
            <para>
            <para>A resource policy to add to the resource. The policy is a JSON structure that contains
            one or more statements that define the policy. The policy must follow the IAM syntax.
            For more information about the contents of a JSON policy document, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html">
            IAM JSON policy reference </a>. </para><para>If the policy isn't valid, Amazon Lex returns a validation exception.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2ResourcePolicyCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is
            attached to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2ResourcePolicyCmdlet.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.UpdateResourcePolicyResponse).
            Specifying the name of a property of type Amazon.LexModelsV2.Model.UpdateResourcePolicyResponse 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.UpdateLMBV2ResourcePolicyCmdlet.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.UpdateLMBV2ResourcePolicyCmdlet.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.CaptureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.CodeHook_Active">
            <summary>
            <para>
            <para>Determines whether a dialog code hook is used when the intent is activated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.SuccessConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.TimeoutConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_Active">
            <summary>
            <para>
            <para>Determines whether a conditional branch is active. When <code>active</code> is false,
            the conditions are not evaluated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.WaitAndContinueSpecification_Active">
            <summary>
            <para>
            <para>Specifies whether the bot will wait for a user to respond. When this field is false,
            wait and continue responses for a slot aren't used. If the <code>active</code> field
            isn't specified, the default is true.</para>
            </para>
            </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.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_Response_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.CaptureResponse_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureResponse_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_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.SuccessResponse_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_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.TimeoutResponse_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.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_Response_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.ValueElicitationSetting_SlotCaptureSetting_FailureResponse_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.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.MultipleValuesSetting_AllowMultipleValue">
            <summary>
            <para>
            <para>Indicates whether a slot can return multiple values. When <code>true</code>, the slot
            may return more than one value in a response. When <code>false</code>, the slot returns
            only a single value.</para><para>Multi-value slots are only available in the en-US locale. If you set this value to
            <code>true</code> in any other locale, Amazon Lex throws a <code>ValidationException</code>.</para><para>If the <code>allowMutlipleValues</code> is not set, the default value is <code>false</code>.</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.CaptureConditional_ConditionalBranch">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.SuccessConditional_ConditionalBranch">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.TimeoutConditional_ConditionalBranch">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_ConditionalBranches">
            <summary>
            <para>
            <para>A list of conditional branches. A conditional branch is made up of a condition, a
            response and a next step. The response and next step are executed when the condition
            is true.</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.CodeHook_EnableCodeHookInvocation">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked for the dialog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ElicitationCodeHook_EnableCodeHookInvocation">
            <summary>
            <para>
            <para>Indicates whether a Lambda function should be invoked for the dialog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.SubSlotSetting_Expression">
            <summary>
            <para>
            <para>The expression text for defining the constituent sub slots in the composite slot using
            logical AND and OR operators.</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.CodeHook_InvocationLabel">
            <summary>
            <para>
            <para>A label that indicates the dialog step from which the dialog code hook is happening.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ElicitationCodeHook_InvocationLabel">
            <summary>
            <para>
            <para>A label that indicates the dialog step from which the dialog code hook is happening.</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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 response 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.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_Response_MessageGroups">
            <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.CaptureResponse_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureResponse_MessageGroups">
            <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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_Response_MessageGroups">
            <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.SuccessResponse_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.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_Response_MessageGroups">
            <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.TimeoutResponse_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.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_Response_MessageGroups">
            <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.ValueElicitationSetting_SlotCaptureSetting_FailureResponse_MessageGroups">
            <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.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.PromptSpecification_MessageSelectionStrategy">
            <summary>
            <para>
            <para>Indicates how a message is selected from a message group among retries.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_Intent_Name">
            <summary>
            <para>
            <para>The name of the intent. Only required when you're switching intents.</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.PromptSpecification_PromptAttemptsSpecification">
            <summary>
            <para>
            <para>Specifies the advanced settings on each attempt of the prompt.</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_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.CaptureNextStep_SessionAttribute">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.SuccessNextStep_SessionAttribute">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.TimeoutNextStep_SessionAttribute">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_SessionAttributes">
            <summary>
            <para>
            <para>Map of key/value pairs representing session-specific context information. It contains
            application information passed between Amazon Lex and a client application.</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.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_Intent_Slots">
            <summary>
            <para>
            <para>A map of all of the slot value overrides for the intent. The name of the slot maps
            to the value of the slot. Slots that are not included in the map aren't overridden.,</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.SubSlotSetting_SlotSpecification">
            <summary>
            <para>
            <para>Specifications for the constituent sub slots of a composite slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_DialogAction_SlotToElicit">
            <summary>
            <para>
            <para>If the dialog action is <code>ElicitSlot</code>, defines the slot to elicit from the
            user.</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.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_DialogAction_SuppressNextMessage">
            <summary>
            <para>
            <para>When true the next message for the intent is not used.</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.ValueElicitationSetting_SlotCaptureSetting_CaptureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CaptureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_SuccessNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_CodeHook_PostCodeHookSpecification_TimeoutNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureConditional_DefaultBranch_NextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotCmdlet.ValueElicitationSetting_SlotCaptureSetting_FailureNextStep_DialogAction_Type">
            <summary>
            <para>
            <para>The action that the bot should execute. </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.AdvancedRecognitionSetting_AudioRecognitionStrategy">
            <summary>
            <para>
            <para>Enables using the slot values as a custom vocabulary for recognizing user utterances.</para>
            </para>
            </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.Source_KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon KMS key required to decrypt the contents of the grammar, if any.</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/lexv2/latest/dg/how-languages.html">Supported
            languages</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.Source_S3BucketName">
            <summary>
            <para>
            <para>The name of the S3 bucket that contains the grammar source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LMBV2.UpdateLMBV2SlotTypeCmdlet.Source_S3ObjectKey">
            <summary>
            <para>
            <para>The path to the grammar in the S3 bucket.</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.CompositeSlotTypeSetting_SubSlot">
            <summary>
            <para>
            <para>Subslots in the composite slot.</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>