GetSessionResponse
public struct GetSessionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes the current state of the bot.
Declaration
Swift
public let dialogAction: DialogAction?
-
An array of information about the intents used in the session. The array can contain a maximum of three summaries. If more than three intents are used in the session, the recentIntentSummaryView operation contains information about the last three intents used. If you set the checkpointLabelFilter parameter in the request, the array contains only the intents with the specified label.
Declaration
Swift
public let recentIntentSummaryView: [IntentSummary]?
-
Map of key/value pairs representing the session-specific context information. It contains application information passed between Amazon Lex and a client application.
Declaration
Swift
public let sessionAttributes: [String : String]?
-
A unique identifier for the session.
Declaration
Swift
public let sessionId: String?
-
Undocumented
Declaration
Swift
public init(dialogAction: DialogAction? = nil, recentIntentSummaryView: [IntentSummary]? = nil, sessionAttributes: [String : String]? = nil, sessionId: String? = nil)