Class BotRecommendationResults
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.BotRecommendationResults
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BotRecommendationResults.Builder,BotRecommendationResults>
@Generated("software.amazon.awssdk:codegen") public final class BotRecommendationResults extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BotRecommendationResults.Builder,BotRecommendationResults>
The object representing the URL of the bot definition, the URL of the associated transcript, and a statistical summary of the bot recommendation results.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBotRecommendationResults.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassociatedTranscriptsUrl()The presigned url link of the associated transcript.StringbotLocaleExportUrl()The presigned URL link of the recommended bot definition.static BotRecommendationResults.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BotRecommendationResults.Builder>serializableBuilderClass()BotRecommendationResultStatisticsstatistics()The statistical summary of the bot recommendation results.BotRecommendationResults.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
botLocaleExportUrl
public final String botLocaleExportUrl()
The presigned URL link of the recommended bot definition.
- Returns:
- The presigned URL link of the recommended bot definition.
-
associatedTranscriptsUrl
public final String associatedTranscriptsUrl()
The presigned url link of the associated transcript.
- Returns:
- The presigned url link of the associated transcript.
-
statistics
public final BotRecommendationResultStatistics statistics()
The statistical summary of the bot recommendation results.
- Returns:
- The statistical summary of the bot recommendation results.
-
toBuilder
public BotRecommendationResults.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BotRecommendationResults.Builder,BotRecommendationResults>
-
builder
public static BotRecommendationResults.Builder builder()
-
serializableBuilderClass
public static Class<? extends BotRecommendationResults.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-