Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetUtterancesViewResponse
-
Packages that use GetUtterancesViewResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of GetUtterancesViewResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetUtterancesViewResponse Modifier and Type Method Description default GetUtterancesViewResponseLexModelBuildingClient. getUtterancesView(Consumer<GetUtterancesViewRequest.Builder> getUtterancesViewRequest)Use theGetUtterancesViewoperation to get information about the utterances that your users have made to your bot.default GetUtterancesViewResponseLexModelBuildingClient. getUtterancesView(GetUtterancesViewRequest getUtterancesViewRequest)Use theGetUtterancesViewoperation to get information about the utterances that your users have made to your bot.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetUtterancesViewResponse Modifier and Type Method Description default CompletableFuture<GetUtterancesViewResponse>LexModelBuildingAsyncClient. getUtterancesView(Consumer<GetUtterancesViewRequest.Builder> getUtterancesViewRequest)Use theGetUtterancesViewoperation to get information about the utterances that your users have made to your bot.default CompletableFuture<GetUtterancesViewResponse>LexModelBuildingAsyncClient. getUtterancesView(GetUtterancesViewRequest getUtterancesViewRequest)Use theGetUtterancesViewoperation to get information about the utterances that your users have made to your bot.
-