Package com.pulumi.aws.lex.inputs
Class IntentFulfillmentActivityArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.inputs.IntentFulfillmentActivityArgs.Builder
-
- Enclosing class:
- IntentFulfillmentActivityArgs
public static final class IntentFulfillmentActivityArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(IntentFulfillmentActivityArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntentFulfillmentActivityArgs
build()
IntentFulfillmentActivityArgs.Builder
codeHook(IntentFulfillmentActivityCodeHookArgs codeHook)
IntentFulfillmentActivityArgs.Builder
codeHook(com.pulumi.core.Output<IntentFulfillmentActivityCodeHookArgs> codeHook)
IntentFulfillmentActivityArgs.Builder
type(com.pulumi.core.Output<java.lang.String> type)
IntentFulfillmentActivityArgs.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(IntentFulfillmentActivityArgs defaults)
-
-
Method Detail
-
codeHook
public IntentFulfillmentActivityArgs.Builder codeHook(@Nullable com.pulumi.core.Output<IntentFulfillmentActivityCodeHookArgs> codeHook)
- Parameters:
codeHook
- A description of the Lambda function that is run to fulfill the intent. Required if type is CodeHook. Attributes are documented under code_hook.- Returns:
- builder
-
codeHook
public IntentFulfillmentActivityArgs.Builder codeHook(IntentFulfillmentActivityCodeHookArgs codeHook)
- Parameters:
codeHook
- A description of the Lambda function that is run to fulfill the intent. Required if type is CodeHook. Attributes are documented under code_hook.- Returns:
- builder
-
type
public IntentFulfillmentActivityArgs.Builder type(com.pulumi.core.Output<java.lang.String> type)
- Parameters:
type
- How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the client application. Type can be either `ReturnIntent` or `CodeHook`, as documented [here](https://docs.aws.amazon.com/lex/latest/dg/API_FulfillmentActivity.html).- Returns:
- builder
-
type
public IntentFulfillmentActivityArgs.Builder type(java.lang.String type)
- Parameters:
type
- How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the client application. Type can be either `ReturnIntent` or `CodeHook`, as documented [here](https://docs.aws.amazon.com/lex/latest/dg/API_FulfillmentActivity.html).- Returns:
- builder
-
build
public IntentFulfillmentActivityArgs build()
-
-