Class AnalyticsIntentStageGroupBySpecification
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsIntentStageGroupBySpecification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalyticsIntentStageGroupBySpecification.Builder,AnalyticsIntentStageGroupBySpecification>
@Generated("software.amazon.awssdk:codegen") public final class AnalyticsIntentStageGroupBySpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalyticsIntentStageGroupBySpecification.Builder,AnalyticsIntentStageGroupBySpecification>
Contains the category by which to group the intent stages.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnalyticsIntentStageGroupBySpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalyticsIntentStageGroupBySpecification.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AnalyticsIntentStageFieldname()Specifies whether to group the intent stages by their name or the intent to which the session was switched.StringnameAsString()Specifies whether to group the intent stages by their name or the intent to which the session was switched.List<SdkField<?>>sdkFields()static Class<? extends AnalyticsIntentStageGroupBySpecification.Builder>serializableBuilderClass()AnalyticsIntentStageGroupBySpecification.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
-
name
public final AnalyticsIntentStageField name()
Specifies whether to group the intent stages by their name or the intent to which the session was switched.
If the service returns an enum value that is not available in the current SDK version,
namewill returnAnalyticsIntentStageField.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- Specifies whether to group the intent stages by their name or the intent to which the session was switched.
- See Also:
AnalyticsIntentStageField
-
nameAsString
public final String nameAsString()
Specifies whether to group the intent stages by their name or the intent to which the session was switched.
If the service returns an enum value that is not available in the current SDK version,
namewill returnAnalyticsIntentStageField.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- Specifies whether to group the intent stages by their name or the intent to which the session was switched.
- See Also:
AnalyticsIntentStageField
-
toBuilder
public AnalyticsIntentStageGroupBySpecification.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalyticsIntentStageGroupBySpecification.Builder,AnalyticsIntentStageGroupBySpecification>
-
builder
public static AnalyticsIntentStageGroupBySpecification.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnalyticsIntentStageGroupBySpecification.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.
-
-