Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetUtterancesViewRequest
-
Packages that use GetUtterancesViewRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of GetUtterancesViewRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetUtterancesViewRequest Modifier and Type Method Description default CompletableFuture<GetUtterancesViewResponse>LexModelBuildingAsyncClient. getUtterancesView(GetUtterancesViewRequest 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. -
Uses of GetUtterancesViewRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetUtterancesViewRequest Modifier and Type Method Description SdkHttpFullRequestGetUtterancesViewRequestMarshaller. marshall(GetUtterancesViewRequest getUtterancesViewRequest)
-