@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BotRecommendationResults.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associatedTranscriptsUrl()
The presigned url link of the associated transcript.
|
String |
botLocaleExportUrl()
The presigned URL link of the recommended bot definition.
|
static BotRecommendationResults.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BotRecommendationResults.Builder> |
serializableBuilderClass() |
BotRecommendationResultStatistics |
statistics()
The statistical summary of the bot recommendation results.
|
BotRecommendationResults.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botLocaleExportUrl()
The presigned URL link of the recommended bot definition.
public final String associatedTranscriptsUrl()
The presigned url link of the associated transcript.
public final BotRecommendationResultStatistics statistics()
The statistical summary of the bot recommendation results.
public BotRecommendationResults.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BotRecommendationResults.Builder,BotRecommendationResults>public static BotRecommendationResults.Builder builder()
public static Class<? extends BotRecommendationResults.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.