Package com.pulumi.aws.lex.outputs
Class V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse.Builder
-
public static final class V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse defaults)
-
-
Method Detail
-
allowInterrupt
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse.Builder allowInterrupt(@Nullable java.lang.Boolean allowInterrupt)
-
messageGroups
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse.Builder messageGroups(@Nullable java.util.List<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup> messageGroups)
-
messageGroups
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse.Builder messageGroups(V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponseMessageGroup... messageGroups)
-
build
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationSuccessResponse build()
-
-