Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.SessionState
-
Packages that use SessionState Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of SessionState in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return SessionState Modifier and Type Method Description SessionStateConfigurationEvent. sessionState()Returns the value of the SessionState property for this object.SessionStateGetSessionResponse. sessionState()Represents the current state of the dialog between the user and the bot.SessionStateIntentResultEvent. sessionState()Returns the value of the SessionState property for this object.SessionStatePutSessionRequest. sessionState()Sets the state of the session with the user.SessionStateRecognizeTextRequest. sessionState()The current state of the dialog between the user and the bot.SessionStateRecognizeTextResponse. sessionState()Represents the current state of the dialog between the user and the bot.Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type SessionState Modifier and Type Method Description ConfigurationEvent.BuilderConfigurationEvent.Builder. sessionState(SessionState sessionState)Sets the value of the SessionState property for this object.ConfigurationEvent.BuilderConfigurationEvent.BuilderImpl. sessionState(SessionState sessionState)GetSessionResponse.BuilderGetSessionResponse.Builder. sessionState(SessionState sessionState)Represents the current state of the dialog between the user and the bot.IntentResultEvent.BuilderIntentResultEvent.Builder. sessionState(SessionState sessionState)Sets the value of the SessionState property for this object.IntentResultEvent.BuilderIntentResultEvent.BuilderImpl. sessionState(SessionState sessionState)PutSessionRequest.BuilderPutSessionRequest.Builder. sessionState(SessionState sessionState)Sets the state of the session with the user.RecognizeTextRequest.BuilderRecognizeTextRequest.Builder. sessionState(SessionState sessionState)The current state of the dialog between the user and the bot.RecognizeTextResponse.BuilderRecognizeTextResponse.Builder. sessionState(SessionState sessionState)Represents the current state of the dialog between the user and the bot.
-