Class FulfillmentCodeHookSettings
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.FulfillmentCodeHookSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FulfillmentCodeHookSettings.Builder,FulfillmentCodeHookSettings>
@Generated("software.amazon.awssdk:codegen") public final class FulfillmentCodeHookSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FulfillmentCodeHookSettings.Builder,FulfillmentCodeHookSettings>
Determines if a Lambda function should be invoked for a specific intent.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFulfillmentCodeHookSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanactive()Determines whether the fulfillment code hook is used.static FulfillmentCodeHookSettings.Builderbuilder()Booleanenabled()Indicates whether a Lambda function should be invoked to fulfill a specific intent.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FulfillmentUpdatesSpecificationfulfillmentUpdatesSpecification()Provides settings for update messages sent to the user for long-running Lambda fulfillment functions.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PostFulfillmentStatusSpecificationpostFulfillmentStatusSpecification()Provides settings for messages sent to the user for after the Lambda fulfillment function completes.List<SdkField<?>>sdkFields()static Class<? extends FulfillmentCodeHookSettings.Builder>serializableBuilderClass()FulfillmentCodeHookSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
enabled
public final Boolean enabled()
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
- Returns:
- Indicates whether a Lambda function should be invoked to fulfill a specific intent.
-
postFulfillmentStatusSpecification
public final PostFulfillmentStatusSpecification postFulfillmentStatusSpecification()
Provides settings for messages sent to the user for after the Lambda fulfillment function completes. Post-fulfillment messages can be sent for both streaming and non-streaming conversations.
- Returns:
- Provides settings for messages sent to the user for after the Lambda fulfillment function completes. Post-fulfillment messages can be sent for both streaming and non-streaming conversations.
-
fulfillmentUpdatesSpecification
public final FulfillmentUpdatesSpecification fulfillmentUpdatesSpecification()
Provides settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations.
- Returns:
- Provides settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations.
-
active
public final Boolean active()
Determines whether the fulfillment code hook is used. When
activeis false, the code hook doesn't run.- Returns:
- Determines whether the fulfillment code hook is used. When
activeis false, the code hook doesn't run.
-
toBuilder
public FulfillmentCodeHookSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FulfillmentCodeHookSettings.Builder,FulfillmentCodeHookSettings>
-
builder
public static FulfillmentCodeHookSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends FulfillmentCodeHookSettings.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.
-
-