Interface GetUtterancesViewRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetUtterancesViewRequest.Builder,GetUtterancesViewRequest>, LexModelBuildingRequest.Builder, SdkBuilder<GetUtterancesViewRequest.Builder,GetUtterancesViewRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetUtterancesViewRequest

  • Method Details

    • botName

      The name of the bot for which utterance information should be returned.

      Parameters:
      botName - The name of the bot for which utterance information should be returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersions

      An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.

      Parameters:
      botVersions - An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersions

      GetUtterancesViewRequest.Builder botVersions(String... botVersions)

      An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.

      Parameters:
      botVersions - An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusType

      GetUtterancesViewRequest.Builder statusType(String statusType)

      To return utterances that were recognized and handled, use Detected. To return utterances that were not recognized, use Missed.

      Parameters:
      statusType - To return utterances that were recognized and handled, use Detected. To return utterances that were not recognized, use Missed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusType

      To return utterances that were recognized and handled, use Detected. To return utterances that were not recognized, use Missed.

      Parameters:
      statusType - To return utterances that were recognized and handled, use Detected. To return utterances that were not recognized, use Missed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      GetUtterancesViewRequest.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.