Package com.pulumi.aws.lex.outputs
Class V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse
-
public final class V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Boolean>
allowInterrupt()
static V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse.Builder
builder()
static V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse.Builder
builder(V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse defaults)
java.lang.Integer
frequencyInSeconds()
java.util.List<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup>
messageGroups()
-
-
-
Method Detail
-
allowInterrupt
public java.util.Optional<java.lang.Boolean> allowInterrupt()
- Returns:
- Whether the user can interrupt the start message while it is playing.
-
frequencyInSeconds
public java.lang.Integer frequencyInSeconds()
- Returns:
- Frequency that a message is sent to the user. When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.
-
messageGroups
public java.util.List<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseMessageGroup> messageGroups()
- Returns:
- Between 1-5 configuration block message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user. See `message_group`.
-
builder
public static V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse.Builder builder()
-
builder
public static V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse.Builder builder(V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse defaults)
-
-