default CreateBotVersionResponse |
LexModelBuildingClient.createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest) |
Creates a new version of the bot based on the $LATEST version.
|
default CreateBotVersionResponse |
LexModelBuildingClient.createBotVersion(CreateBotVersionRequest createBotVersionRequest) |
Creates a new version of the bot based on the $LATEST version.
|
default CreateIntentVersionResponse |
LexModelBuildingClient.createIntentVersion(Consumer<CreateIntentVersionRequest.Builder> createIntentVersionRequest) |
Creates a new version of an intent based on the $LATEST version of the intent.
|
default CreateIntentVersionResponse |
LexModelBuildingClient.createIntentVersion(CreateIntentVersionRequest createIntentVersionRequest) |
Creates a new version of an intent based on the $LATEST version of the intent.
|
default CreateSlotTypeVersionResponse |
LexModelBuildingClient.createSlotTypeVersion(Consumer<CreateSlotTypeVersionRequest.Builder> createSlotTypeVersionRequest) |
Creates a new version of a slot type based on the $LATEST version of the specified slot type.
|
default CreateSlotTypeVersionResponse |
LexModelBuildingClient.createSlotTypeVersion(CreateSlotTypeVersionRequest createSlotTypeVersionRequest) |
Creates a new version of a slot type based on the $LATEST version of the specified slot type.
|
default PutBotResponse |
LexModelBuildingClient.putBot(Consumer<PutBotRequest.Builder> putBotRequest) |
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
default PutBotResponse |
LexModelBuildingClient.putBot(PutBotRequest putBotRequest) |
Creates an Amazon Lex conversational bot or replaces an existing bot.
|
default PutBotAliasResponse |
LexModelBuildingClient.putBotAlias(Consumer<PutBotAliasRequest.Builder> putBotAliasRequest) |
Creates an alias for the specified version of the bot or replaces an alias for the specified bot.
|
default PutBotAliasResponse |
LexModelBuildingClient.putBotAlias(PutBotAliasRequest putBotAliasRequest) |
Creates an alias for the specified version of the bot or replaces an alias for the specified bot.
|
default PutIntentResponse |
LexModelBuildingClient.putIntent(Consumer<PutIntentRequest.Builder> putIntentRequest) |
Creates an intent or replaces an existing intent.
|
default PutIntentResponse |
LexModelBuildingClient.putIntent(PutIntentRequest putIntentRequest) |
Creates an intent or replaces an existing intent.
|
default PutSlotTypeResponse |
LexModelBuildingClient.putSlotType(Consumer<PutSlotTypeRequest.Builder> putSlotTypeRequest) |
Creates a custom slot type or replaces an existing custom slot type.
|
default PutSlotTypeResponse |
LexModelBuildingClient.putSlotType(PutSlotTypeRequest putSlotTypeRequest) |
Creates a custom slot type or replaces an existing custom slot type.
|