Interface StartBotAnalyzerRequest.Builder

  • Method Details

    • botId

      The unique identifier of the bot to analyze.

      Parameters:
      botId - The unique identifier of the bot to analyze.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • analysisScope

      StartBotAnalyzerRequest.Builder analysisScope(String analysisScope)

      The scope of analysis to perform. Currently only BotLocale scope is supported.

      Valid Values: BotLocale

      Parameters:
      analysisScope - The scope of analysis to perform. Currently only BotLocale scope is supported.

      Valid Values: BotLocale

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • analysisScope

      StartBotAnalyzerRequest.Builder analysisScope(AnalysisScope analysisScope)

      The scope of analysis to perform. Currently only BotLocale scope is supported.

      Valid Values: BotLocale

      Parameters:
      analysisScope - The scope of analysis to perform. Currently only BotLocale scope is supported.

      Valid Values: BotLocale

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • localeId

      The locale identifier for the bot locale to analyze. Required when analysisScope is BotLocale.

      Parameters:
      localeId - The locale identifier for the bot locale to analyze. Required when analysisScope is BotLocale.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersion

      StartBotAnalyzerRequest.Builder botVersion(String botVersion)

      The version of the bot to analyze. Defaults to DRAFT if not specified.

      Parameters:
      botVersion - The version of the bot to analyze. Defaults to DRAFT if not specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      StartBotAnalyzerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.