class Aws::LexModelBuildingService::Types::GetBotsRequest

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      name_contains: "BotName",
    }

@!attribute [rw] next_token

A pagination token that fetches the next page of bots. If the
response to this call is truncated, Amazon Lex returns a pagination
token in the response. To fetch the next page of bots, specify the
pagination token in the next request.
@return [String]

@!attribute [rw] max_results

The maximum number of bots to return in the response that the
request will return. The default is 10.
@return [Integer]

@!attribute [rw] name_contains

Substring to match in bot names. A bot will be returned if any part
of its name matches the substring. For example, "xyz" matches both
"xyzabc" and "abcxyz."
@return [String]

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

Constants

SENSITIVE