GetSessionRequest

public struct GetSessionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The alias in use for the bot that contains the session data.

    Declaration

    Swift

    public let botAlias: String
  • The name of the bot that contains the session data.

    Declaration

    Swift

    public let botName: String
  • A string used to filter the intents returned in the recentIntentSummaryView structure. When you specify a filter, only intents with their checkpointLabel field set to that string are returned.

    Declaration

    Swift

    public let checkpointLabelFilter: String?
  • The ID of the client application user. Amazon Lex uses this to identify a user’s conversation with your bot.

    Declaration

    Swift

    public let userId: String
  • Undocumented

    Declaration

    Swift

    public init(botAlias: String, botName: String, checkpointLabelFilter: String? = nil, userId: String)
  • Declaration

    Swift

    public func validate(name: String) throws