class Aws::Lex::Types::GetSessionRequest
@note When making an API call, you may pass GetSessionRequest
data as a hash: { bot_name: "BotName", # required bot_alias: "BotAlias", # required user_id: "UserId", # required checkpoint_label_filter: "IntentSummaryCheckpointLabel", }
@!attribute [rw] bot_name
The name of the bot that contains the session data. @return [String]
@!attribute [rw] bot_alias
The alias in use for the bot that contains the session data. @return [String]
@!attribute [rw] user_id
The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot. @return [String]
@!attribute [rw] checkpoint_label_filter
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/runtime.lex-2016-11-28/GetSessionRequest AWS API Documentation
Constants
- SENSITIVE