GetBotVersionsResponse class
Properties
-
bots
→ List<BotMetadata>?
-
An array of
BotMetadata
objects, one for each numbered version
of the bot plus one for the $LATEST
version.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
nextToken
→ String?
-
A pagination token for fetching the next page of bot versions. If the
response to this call is truncated, Amazon Lex returns a pagination token in
the response. To fetch the next page of versions, specify the pagination
token in the next request.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited