GetIntentsResponse
public struct GetIntentsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of Intent objects. For more information, see PutBot.
Declaration
Swift
public let intents: [IntentMetadata]?
-
If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(intents: [IntentMetadata]? = nil, nextToken: String? = nil)