Class AddLiffAppRequest
public class AddLiffAppRequest : IAdditionalDataHolder, IParsable
- Inheritance
-
AddLiffAppRequest
- Implements
-
IAdditionalDataHolderIParsable
- Inherited Members
Constructors
AddLiffAppRequest()
Instantiates a new AddLiffAppRequest and sets the default values.
public AddLiffAppRequest()
Properties
AdditionalData
Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
BotPrompt
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 LiffBotPrompt? BotPrompt { get; set; }
Property Value
Description
Name of the LIFF app.The LIFF app name can't include "LINE" or similar strings, or inappropriate strings.
public string? Description { get; set; }
Property Value
Features
The features property
public LiffFeatures? Features { get; set; }
Property Value
PermanentLinkPattern
How additional information in LIFF URLs is handled. Specify concat.
public string? PermanentLinkPattern { get; set; }
Property Value
Scope
The scope property
public List<LiffScope?>? Scope { get; set; }
Property Value
View
The view property
public LiffView? View { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static AddLiffAppRequest CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNodeIParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public virtual void Serialize(ISerializationWriter writer)
Parameters
writerISerializationWriterSerialization writer to use to serialize this model