Interface GetUtterancesViewRequest.Builder

    • Method Detail

      • botName

        GetUtterancesViewRequest.Builder botName​(String 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

        GetUtterancesViewRequest.Builder botVersions​(Collection<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.
      • 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, StatusType
      • statusType

        GetUtterancesViewRequest.Builder statusType​(StatusType 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, StatusType