Class AnalyticsIntentNodeSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsIntentNodeSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalyticsIntentNodeSummary.Builder,AnalyticsIntentNodeSummary>
@Generated("software.amazon.awssdk:codegen") public final class AnalyticsIntentNodeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalyticsIntentNodeSummary.Builder,AnalyticsIntentNodeSummary>
An object containing information about the requested path.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnalyticsIntentNodeSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalyticsIntentNodeSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerintentCount()The total number of sessions that follow the given path to the given intent.IntegerintentLevel()The number of intents up to and including the requested path.StringintentName()The name of the intent at the end of the requested path.StringintentPath()The path.AnalyticsNodeTypenodeType()Specifies whether the node is the end of a path (Exit) or not (Inner).StringnodeTypeAsString()Specifies whether the node is the end of a path (Exit) or not (Inner).List<SdkField<?>>sdkFields()static Class<? extends AnalyticsIntentNodeSummary.Builder>serializableBuilderClass()AnalyticsIntentNodeSummary.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
-
intentName
public final String intentName()
The name of the intent at the end of the requested path.
- Returns:
- The name of the intent at the end of the requested path.
-
intentPath
public final String intentPath()
The path.
- Returns:
- The path.
-
intentCount
public final Integer intentCount()
The total number of sessions that follow the given path to the given intent.
- Returns:
- The total number of sessions that follow the given path to the given intent.
-
intentLevel
public final Integer intentLevel()
The number of intents up to and including the requested path.
- Returns:
- The number of intents up to and including the requested path.
-
nodeType
public final AnalyticsNodeType nodeType()
Specifies whether the node is the end of a path (
Exit) or not (Inner).If the service returns an enum value that is not available in the current SDK version,
nodeTypewill returnAnalyticsNodeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnodeTypeAsString().- Returns:
- Specifies whether the node is the end of a path (
Exit) or not (Inner). - See Also:
AnalyticsNodeType
-
nodeTypeAsString
public final String nodeTypeAsString()
Specifies whether the node is the end of a path (
Exit) or not (Inner).If the service returns an enum value that is not available in the current SDK version,
nodeTypewill returnAnalyticsNodeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnodeTypeAsString().- Returns:
- Specifies whether the node is the end of a path (
Exit) or not (Inner). - See Also:
AnalyticsNodeType
-
toBuilder
public AnalyticsIntentNodeSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalyticsIntentNodeSummary.Builder,AnalyticsIntentNodeSummary>
-
builder
public static AnalyticsIntentNodeSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnalyticsIntentNodeSummary.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.
-
-