BedrockAgentRequest
BedrockAgent.swift:18struct BedrockAgentRequest
struct BedrockAgentRequest
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Sendable
init(from decoder: any Decoder) throws
let actionGroup: String?
let agent: Agent?
let apiPath: String?
let httpMethod: HTTPRequest.Method?
let inputText: String?
let messageVersion: String
let parameters: [Parameter]?
let promptSessionAttributes: [String : String]?
let requestBody: RequestBody?
let sessionAttributes: [String : String]?
let sessionId: String?
struct Agent
struct Parameter
struct RequestBody