getQAppSession

Retrieves the current state and results for an active session of an Amazon Q App.

Samples


fun main() { 
   //sampleStart 
   // Retrieves an existing session for an Amazon Q App
val resp = qAppsClient.getQAppSession {
    instanceId = "288ae830-1df2-4871-b6c0-4314d74dadef"
    sessionId = "1fca878e-64c5-4dc4-b1d9-c93effed4e82"
} 
   //sampleEnd
}