@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BotRecommendationResults extends Object implements Serializable, Cloneable, StructuredPojo
The object representing the URL of the bot definition, the URL of the associated transcript, and a statistical summary of the bot recommendation results.
Constructor and Description |
---|
BotRecommendationResults() |
Modifier and Type | Method and Description |
---|---|
BotRecommendationResults |
clone() |
boolean |
equals(Object obj) |
String |
getAssociatedTranscriptsUrl()
The presigned url link of the associated transcript.
|
String |
getBotLocaleExportUrl()
The presigned URL link of the recommended bot definition.
|
BotRecommendationResultStatistics |
getStatistics()
The statistical summary of the bot recommendation results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssociatedTranscriptsUrl(String associatedTranscriptsUrl)
The presigned url link of the associated transcript.
|
void |
setBotLocaleExportUrl(String botLocaleExportUrl)
The presigned URL link of the recommended bot definition.
|
void |
setStatistics(BotRecommendationResultStatistics statistics)
The statistical summary of the bot recommendation results.
|
String |
toString()
Returns a string representation of this object.
|
BotRecommendationResults |
withAssociatedTranscriptsUrl(String associatedTranscriptsUrl)
The presigned url link of the associated transcript.
|
BotRecommendationResults |
withBotLocaleExportUrl(String botLocaleExportUrl)
The presigned URL link of the recommended bot definition.
|
BotRecommendationResults |
withStatistics(BotRecommendationResultStatistics statistics)
The statistical summary of the bot recommendation results.
|
public void setBotLocaleExportUrl(String botLocaleExportUrl)
The presigned URL link of the recommended bot definition.
botLocaleExportUrl
- The presigned URL link of the recommended bot definition.public String getBotLocaleExportUrl()
The presigned URL link of the recommended bot definition.
public BotRecommendationResults withBotLocaleExportUrl(String botLocaleExportUrl)
The presigned URL link of the recommended bot definition.
botLocaleExportUrl
- The presigned URL link of the recommended bot definition.public void setAssociatedTranscriptsUrl(String associatedTranscriptsUrl)
The presigned url link of the associated transcript.
associatedTranscriptsUrl
- The presigned url link of the associated transcript.public String getAssociatedTranscriptsUrl()
The presigned url link of the associated transcript.
public BotRecommendationResults withAssociatedTranscriptsUrl(String associatedTranscriptsUrl)
The presigned url link of the associated transcript.
associatedTranscriptsUrl
- The presigned url link of the associated transcript.public void setStatistics(BotRecommendationResultStatistics statistics)
The statistical summary of the bot recommendation results.
statistics
- The statistical summary of the bot recommendation results.public BotRecommendationResultStatistics getStatistics()
The statistical summary of the bot recommendation results.
public BotRecommendationResults withStatistics(BotRecommendationResultStatistics statistics)
The statistical summary of the bot recommendation results.
statistics
- The statistical summary of the bot recommendation results.public String toString()
toString
in class Object
Object.toString()
public BotRecommendationResults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.