@Generated(value="software.amazon.awssdk:codegen") public final class LexBotConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LexBotConfig.Builder,LexBotConfig>
Configuration information of an Amazon Lex or Amazon Lex V2 bot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LexBotConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LexBotConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LexBot |
lexBot()
Returns the value of the LexBot property for this object.
|
LexV2Bot |
lexV2Bot()
Configuration information of an Amazon Lex V2 bot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LexBotConfig.Builder> |
serializableBuilderClass() |
LexBotConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LexBot lexBot()
public final LexV2Bot lexV2Bot()
Configuration information of an Amazon Lex V2 bot.
public LexBotConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LexBotConfig.Builder,LexBotConfig>public static LexBotConfig.Builder builder()
public static Class<? extends LexBotConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.