Class Button
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.Button
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Button.Builder,Button>
@Generated("software.amazon.awssdk:codegen") public final class Button extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Button.Builder,Button>
Describes a button to use on a response card used to gather slot values from a user.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceButton.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Button.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Button.Builder>serializableBuilderClass()Stringtext()The text that appears on the button.Button.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value returned to Amazon Lex when the user chooses this button.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
text
public final String text()
The text that appears on the button. Use this to tell the user what value is returned when they choose this button.
- Returns:
- The text that appears on the button. Use this to tell the user what value is returned when they choose this button.
-
value
public final String value()
The value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.
- Returns:
- The value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.
-
toBuilder
public Button.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Button.Builder,Button>
-
builder
public static Button.Builder builder()
-
serializableBuilderClass
public static Class<? extends Button.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-