class Aws::LexModelBuildingService::Types::GetUtterancesViewRequest

@note When making an API call, you may pass GetUtterancesViewRequest

data as a hash:

    {
      bot_name: "BotName", # required
      bot_versions: ["Version"], # required
      status_type: "Detected", # required, accepts Detected, Missed
    }

@!attribute [rw] bot_name

The name of the bot for which utterance information should be
returned.
@return [String]

@!attribute [rw] bot_versions

An array of bot versions for which utterance information should be
returned. The limit is 5 versions per request.
@return [Array<String>]

@!attribute [rw] status_type

To return utterances that were recognized and handled, use
`Detected`. To return utterances that were not recognized, use
`Missed`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetUtterancesViewRequest AWS API Documentation

Constants

SENSITIVE