Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.ConversationLogsResponse
-
Packages that use ConversationLogsResponse Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of ConversationLogsResponse in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return ConversationLogsResponse Modifier and Type Method Description ConversationLogsResponseBotAliasMetadata. conversationLogs()Settings that determine how Amazon Lex uses conversation logs for the alias.ConversationLogsResponseGetBotAliasResponse. conversationLogs()The settings that determine how Amazon Lex uses conversation logs for the alias.ConversationLogsResponsePutBotAliasResponse. conversationLogs()The settings that determine how Amazon Lex uses conversation logs for the alias.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type ConversationLogsResponse Modifier and Type Method Description BotAliasMetadata.BuilderBotAliasMetadata.Builder. conversationLogs(ConversationLogsResponse conversationLogs)Settings that determine how Amazon Lex uses conversation logs for the alias.GetBotAliasResponse.BuilderGetBotAliasResponse.Builder. conversationLogs(ConversationLogsResponse conversationLogs)The settings that determine how Amazon Lex uses conversation logs for the alias.PutBotAliasResponse.BuilderPutBotAliasResponse.Builder. conversationLogs(ConversationLogsResponse conversationLogs)The settings that determine how Amazon Lex uses conversation logs for the alias.
-