AnalyticsIntentNodeSummary - Amazon Lex API Reference

AnalyticsIntentNodeSummary

An object containing information about the requested path.

Contents

intentCount

The total number of sessions that follow the given path to the given intent.

Type: Integer

Required: No

intentLevel

The number of intents up to and including the requested path.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 100.

Required: No

intentName

The name of the intent at the end of the requested path.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: ^([0-9a-zA-Z][_-]?){1,100}$

Required: No

intentPath

The path.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Required: No

nodeType

Specifies whether the node is the end of a path (Exit) or not (Inner).

Type: String

Valid Values: Inner | Exit

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: