B1MessageAnswerReplySet
- A set of answer texts and their corresponding reply texts for a specific response condition.
* Used within send message table rows to define what answer options and replies are available.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FString | Unique list key identifying this answer-reply set within its parent array. | Category: B1MessageAnswerReplySet |
| AnswerConditionId | FName | Condition ID that must be satisfied for this answer set to be available; NAME_None means it is the default. | Category: B1MessageAnswerReplySet Foreign: Condition_MobileMessage.Id |
| AnswerStrIds | TArray | Array of answer string entries available for this response set. | Category: B1MessageAnswerReplySet |
| AnswerReplyStrIds | TArray | Array of reply string entries sent in response to the chosen answer. | Category: B1MessageAnswerReplySet |