Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.SessionState.Builder
-
Packages that use SessionState.Builder Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of SessionState.Builder in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return SessionState.Builder Modifier and Type Method Description SessionState.BuilderSessionState.Builder. activeContexts(Collection<ActiveContext> activeContexts)One or more contexts that indicate to Amazon Lex V2 the context of a request.SessionState.BuilderSessionState.Builder. activeContexts(Consumer<ActiveContext.Builder>... activeContexts)One or more contexts that indicate to Amazon Lex V2 the context of a request.SessionState.BuilderSessionState.Builder. activeContexts(ActiveContext... activeContexts)One or more contexts that indicate to Amazon Lex V2 the context of a request.static SessionState.BuilderSessionState. builder()default SessionState.BuilderSessionState.Builder. dialogAction(Consumer<DialogAction.Builder> dialogAction)The next step that Amazon Lex V2 should take in the conversation with a user.SessionState.BuilderSessionState.Builder. dialogAction(DialogAction dialogAction)The next step that Amazon Lex V2 should take in the conversation with a user.SessionState.BuilderConfigurationEvent.BuilderImpl. getSessionState()SessionState.BuilderIntentResultEvent.BuilderImpl. getSessionState()default SessionState.BuilderSessionState.Builder. intent(Consumer<Intent.Builder> intent)The active intent that Amazon Lex V2 is processing.SessionState.BuilderSessionState.Builder. intent(Intent intent)The active intent that Amazon Lex V2 is processing.SessionState.BuilderSessionState.Builder. originatingRequestId(String originatingRequestId)A unique identifier for a specific request.default SessionState.BuilderSessionState.Builder. runtimeHints(Consumer<RuntimeHints.Builder> runtimeHints)Hints for phrases that a customer is likely to use for a slot.SessionState.BuilderSessionState.Builder. runtimeHints(RuntimeHints runtimeHints)Hints for phrases that a customer is likely to use for a slot.SessionState.BuilderSessionState.Builder. sessionAttributes(Map<String,String> sessionAttributes)Map of key/value pairs representing session-specific context information.SessionState.BuilderSessionState. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type SessionState.Builder Modifier and Type Method Description static Class<? extends SessionState.Builder>SessionState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type SessionState.Builder Modifier and Type Method Description default ConfigurationEvent.BuilderConfigurationEvent.Builder. sessionState(Consumer<SessionState.Builder> sessionState)Sets the value of the SessionState property for this object.default GetSessionResponse.BuilderGetSessionResponse.Builder. sessionState(Consumer<SessionState.Builder> sessionState)Represents the current state of the dialog between the user and the bot.default IntentResultEvent.BuilderIntentResultEvent.Builder. sessionState(Consumer<SessionState.Builder> sessionState)Sets the value of the SessionState property for this object.default PutSessionRequest.BuilderPutSessionRequest.Builder. sessionState(Consumer<SessionState.Builder> sessionState)Sets the state of the session with the user.default RecognizeTextRequest.BuilderRecognizeTextRequest.Builder. sessionState(Consumer<SessionState.Builder> sessionState)The current state of the dialog between the user and the bot.default RecognizeTextResponse.BuilderRecognizeTextResponse.Builder. sessionState(Consumer<SessionState.Builder> sessionState)Represents the current state of the dialog between the user and the bot.
-