PreviewAgentsResponse
public struct PreviewAgentsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The resulting list of agents.
Declaration
Swift
public let agentPreviews: [AgentPreview]
-
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(agentPreviews: [AgentPreview], nextToken: String? = nil)