Branch
Contains information about a branch in a memory store. Branches allow for organizing events into different conversation threads or paths.
Contents
- name
-
The name of the branch.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9-_]*
Required: Yes
- rootEventId
-
The identifier of the root event for this branch.
Type: String
Pattern:
[0-9]+#[a-fA-F0-9]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: