Class RecommendedIntentSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.RecommendedIntentSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecommendedIntentSummary.Builder,RecommendedIntentSummary>
@Generated("software.amazon.awssdk:codegen") public final class RecommendedIntentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendedIntentSummary.Builder,RecommendedIntentSummary>
An object that contains a summary of a recommended intent.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecommendedIntentSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecommendedIntentSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringintentId()The unique identifier of a recommended intent associated with the bot recommendation.StringintentName()The name of a recommended intent associated with the bot recommendation.IntegersampleUtterancesCount()The count of sample utterances of a recommended intent that is associated with a bot recommendation.List<SdkField<?>>sdkFields()static Class<? extends RecommendedIntentSummary.Builder>serializableBuilderClass()RecommendedIntentSummary.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
-
intentId
public final String intentId()
The unique identifier of a recommended intent associated with the bot recommendation.
- Returns:
- The unique identifier of a recommended intent associated with the bot recommendation.
-
intentName
public final String intentName()
The name of a recommended intent associated with the bot recommendation.
- Returns:
- The name of a recommended intent associated with the bot recommendation.
-
sampleUtterancesCount
public final Integer sampleUtterancesCount()
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
- Returns:
- The count of sample utterances of a recommended intent that is associated with a bot recommendation.
-
toBuilder
public RecommendedIntentSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecommendedIntentSummary.Builder,RecommendedIntentSummary>
-
builder
public static RecommendedIntentSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecommendedIntentSummary.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.
-
-