Uses of Class
software.amazon.awssdk.services.lexruntime.model.DialogState
-
Packages that use DialogState Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of DialogState in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return DialogState Modifier and Type Method Description DialogStatePostContentResponse. dialogState()Identifies the current state of the user interaction.DialogStatePostTextResponse. dialogState()Identifies the current state of the user interaction.DialogStatePutSessionResponse. dialogState()static DialogStateDialogState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DialogStateDialogState. valueOf(String name)Returns the enum constant of this type with the specified name.static DialogState[]DialogState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type DialogState Modifier and Type Method Description static Set<DialogState>DialogState. knownValues()Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type DialogState Modifier and Type Method Description PostContentResponse.BuilderPostContentResponse.Builder. dialogState(DialogState dialogState)Identifies the current state of the user interaction.PostTextResponse.BuilderPostTextResponse.Builder. dialogState(DialogState dialogState)Identifies the current state of the user interaction.PutSessionResponse.BuilderPutSessionResponse.Builder. dialogState(DialogState dialogState)
-