Class IntentFulfillmentActivityArgs.Builder

    • Method Detail

      • 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