Table of Contents

Class AddLiffAppRequest

Namespace
Line.OpenApi.Liff.Generated.Models
Assembly
Line.OpenApi.Liff.dll
public class AddLiffAppRequest : IAdditionalDataHolder, IParsable
Inheritance
AddLiffAppRequest
Implements
IAdditionalDataHolder
IParsable
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

IDictionary<string, object>

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

LiffBotPrompt?

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

string

Features

The features property

public LiffFeatures? Features { get; set; }

Property Value

LiffFeatures

PermanentLinkPattern

How additional information in LIFF URLs is handled. Specify concat.

public string? PermanentLinkPattern { get; set; }

Property Value

string

Scope

The scope property

public List<LiffScope?>? Scope { get; set; }

Property Value

List<LiffScope?>

View

The view property

public LiffView? View { get; set; }

Property Value

LiffView

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static AddLiffAppRequest CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

AddLiffAppRequest

A AddLiffAppRequest

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

writer ISerializationWriter

Serialization writer to use to serialize this model