Enum LiffBotPrompt
Specify the setting for bot link feature with one of the following values:normal: Display the option to add the LINE Official Account as a friend in the channel consent screen.aggressive: Display a screen with the option to add the LINE Official Account as a friend after the channel consent screen.none: Don't display the option to add the LINE Official Account as a friend. The default value is none.
public enum LiffBotPrompt
Fields
[EnumMember(Value = "aggressive")] Aggressive = 1[EnumMember(Value = "none")] None = 2[EnumMember(Value = "normal")] Normal = 0