Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.GetUtterancesViewRequest.Builder
-
Packages that use GetUtterancesViewRequest.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of GetUtterancesViewRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding
Method parameters in software.amazon.awssdk.services.lexmodelbuilding with type arguments of type GetUtterancesViewRequest.Builder 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 GetUtterancesViewResponseLexModelBuildingClient. getUtterancesView(Consumer<GetUtterancesViewRequest.Builder> getUtterancesViewRequest)Use theGetUtterancesViewoperation to get information about the utterances that your users have made to your bot. -
Uses of GetUtterancesViewRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return GetUtterancesViewRequest.Builder Modifier and Type Method Description GetUtterancesViewRequest.BuilderGetUtterancesViewRequest.Builder. botName(String botName)The name of the bot for which utterance information should be returned.GetUtterancesViewRequest.BuilderGetUtterancesViewRequest.Builder. botVersions(String... botVersions)An array of bot versions for which utterance information should be returned.GetUtterancesViewRequest.BuilderGetUtterancesViewRequest.Builder. botVersions(Collection<String> botVersions)An array of bot versions for which utterance information should be returned.static GetUtterancesViewRequest.BuilderGetUtterancesViewRequest. builder()GetUtterancesViewRequest.BuilderGetUtterancesViewRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUtterancesViewRequest.BuilderGetUtterancesViewRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetUtterancesViewRequest.BuilderGetUtterancesViewRequest.Builder. statusType(String statusType)To return utterances that were recognized and handled, useDetected.GetUtterancesViewRequest.BuilderGetUtterancesViewRequest.Builder. statusType(StatusType statusType)To return utterances that were recognized and handled, useDetected.GetUtterancesViewRequest.BuilderGetUtterancesViewRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type GetUtterancesViewRequest.Builder Modifier and Type Method Description static Class<? extends GetUtterancesViewRequest.Builder>GetUtterancesViewRequest. serializableBuilderClass()
-