@Generated(value="software.amazon.awssdk:codegen") public final class PromptAttemptSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PromptAttemptSpecification.Builder,PromptAttemptSpecification>
Specifies the settings on a prompt attempt.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PromptAttemptSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
AllowedInputTypes |
allowedInputTypes()
Indicates the allowed input types of the prompt attempt.
|
Boolean |
allowInterrupt()
Indicates whether the user can interrupt a speech prompt attempt from the bot.
|
AudioAndDTMFInputSpecification |
audioAndDTMFInputSpecification()
Specifies the settings on audio and DTMF input.
|
static PromptAttemptSpecification.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PromptAttemptSpecification.Builder> |
serializableBuilderClass() |
TextInputSpecification |
textInputSpecification()
Specifies the settings on text input.
|
PromptAttemptSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean allowInterrupt()
Indicates whether the user can interrupt a speech prompt attempt from the bot.
public final AllowedInputTypes allowedInputTypes()
Indicates the allowed input types of the prompt attempt.
public final AudioAndDTMFInputSpecification audioAndDTMFInputSpecification()
Specifies the settings on audio and DTMF input.
public final TextInputSpecification textInputSpecification()
Specifies the settings on text input.
public PromptAttemptSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PromptAttemptSpecification.Builder,PromptAttemptSpecification>public static PromptAttemptSpecification.Builder builder()
public static Class<? extends PromptAttemptSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.