GetIntentsResponse
public struct GetIntentsResponse : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  An array of Intent objects. For more information, see PutBot. DeclarationSwift 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. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(intents: [IntentMetadata]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub GetIntentsResponse Structure Reference
        GetIntentsResponse Structure Reference