Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotChannelAssociationRequest.Builder
-
Packages that use GetBotChannelAssociationRequest.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of GetBotChannelAssociationRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding
Method parameters in software.amazon.awssdk.services.lexmodelbuilding with type arguments of type GetBotChannelAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBotChannelAssociationResponse>LexModelBuildingAsyncClient. getBotChannelAssociation(Consumer<GetBotChannelAssociationRequest.Builder> getBotChannelAssociationRequest)Returns information about the association between an Amazon Lex bot and a messaging platform.default GetBotChannelAssociationResponseLexModelBuildingClient. getBotChannelAssociation(Consumer<GetBotChannelAssociationRequest.Builder> getBotChannelAssociationRequest)Returns information about the association between an Amazon Lex bot and a messaging platform. -
Uses of GetBotChannelAssociationRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return GetBotChannelAssociationRequest.Builder Modifier and Type Method Description GetBotChannelAssociationRequest.BuilderGetBotChannelAssociationRequest.Builder. botAlias(String botAlias)An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.GetBotChannelAssociationRequest.BuilderGetBotChannelAssociationRequest.Builder. botName(String botName)The name of the Amazon Lex bot.static GetBotChannelAssociationRequest.BuilderGetBotChannelAssociationRequest. builder()GetBotChannelAssociationRequest.BuilderGetBotChannelAssociationRequest.Builder. name(String name)The name of the association between the bot and the channel.GetBotChannelAssociationRequest.BuilderGetBotChannelAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBotChannelAssociationRequest.BuilderGetBotChannelAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBotChannelAssociationRequest.BuilderGetBotChannelAssociationRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type GetBotChannelAssociationRequest.Builder Modifier and Type Method Description static Class<? extends GetBotChannelAssociationRequest.Builder>GetBotChannelAssociationRequest. serializableBuilderClass()
-