Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotChannelAssociationRequest
-
Packages that use GetBotChannelAssociationRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of GetBotChannelAssociationRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetBotChannelAssociationRequest Modifier and Type Method Description default CompletableFuture<GetBotChannelAssociationResponse>LexModelBuildingAsyncClient. getBotChannelAssociation(GetBotChannelAssociationRequest getBotChannelAssociationRequest)Returns information about the association between an Amazon Lex bot and a messaging platform.default GetBotChannelAssociationResponseLexModelBuildingClient. getBotChannelAssociation(GetBotChannelAssociationRequest getBotChannelAssociationRequest)Returns information about the association between an Amazon Lex bot and a messaging platform. -
Uses of GetBotChannelAssociationRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetBotChannelAssociationRequest Modifier and Type Method Description SdkHttpFullRequestGetBotChannelAssociationRequestMarshaller. marshall(GetBotChannelAssociationRequest getBotChannelAssociationRequest)
-