Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.FulfillmentActivity
-
Packages that use FulfillmentActivity Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of FulfillmentActivity in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return FulfillmentActivity Modifier and Type Method Description FulfillmentActivityCreateIntentVersionResponse. fulfillmentActivity()Describes how the intent is fulfilled.FulfillmentActivityGetIntentResponse. fulfillmentActivity()Describes how the intent is fulfilled.FulfillmentActivityPutIntentRequest. fulfillmentActivity()Required.FulfillmentActivityPutIntentResponse. fulfillmentActivity()If defined in the intent, Amazon Lex invokes this Lambda function to fulfill the intent after the user provides all of the information required by the intent.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type FulfillmentActivity Modifier and Type Method Description CreateIntentVersionResponse.BuilderCreateIntentVersionResponse.Builder. fulfillmentActivity(FulfillmentActivity fulfillmentActivity)Describes how the intent is fulfilled.GetIntentResponse.BuilderGetIntentResponse.Builder. fulfillmentActivity(FulfillmentActivity fulfillmentActivity)Describes how the intent is fulfilled.PutIntentRequest.BuilderPutIntentRequest.Builder. fulfillmentActivity(FulfillmentActivity fulfillmentActivity)Required.PutIntentResponse.BuilderPutIntentResponse.Builder. fulfillmentActivity(FulfillmentActivity fulfillmentActivity)If defined in the intent, Amazon Lex invokes this Lambda function to fulfill the intent after the user provides all of the information required by the intent.
-