Skip to content

@line/bot-sdkDocs


@line/bot-sdk / insight / GetMessageEventResponseMessage

Type Alias: GetMessageEventResponseMessage

GetMessageEventResponseMessage: object

LINE Messaging API(Insight) This document describes LINE Messaging API(Insight).

The version of the OpenAPI document: 0.0.1

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Type declaration

impression?

optional impression: number | null

Number of times the bubble was displayed.

mediaPlayed?

optional mediaPlayed: number | null

Number of times audio or video in the bubble started playing.

mediaPlayed100Percent?

optional mediaPlayed100Percent: number | null

Number of times audio or video in the bubble started playing and was played 100% of the total time.

mediaPlayed25Percent?

optional mediaPlayed25Percent: number | null

Number of times audio or video in the bubble started playing and was played 25% of the total time.

mediaPlayed50Percent?

optional mediaPlayed50Percent: number | null

Number of times audio or video in the bubble started playing and was played 50% of the total time.

mediaPlayed75Percent?

optional mediaPlayed75Percent: number | null

Number of times audio or video in the bubble started playing and was played 75% of the total time.

seq?

optional seq: number

Bubble's serial number.

uniqueMediaPlayed?

optional uniqueMediaPlayed: number | null

Number of users that started playing audio or video in the bubble.

uniqueMediaPlayed100Percent?

optional uniqueMediaPlayed100Percent: number | null

Number of users that started playing audio or video in the bubble and played 100% of the total time.

uniqueMediaPlayed25Percent?

optional uniqueMediaPlayed25Percent: number | null

Number of users that started playing audio or video in the bubble and played 25% of the total time.

uniqueMediaPlayed50Percent?

optional uniqueMediaPlayed50Percent: number | null

Number of users that started playing audio or video in the bubble and played 50% of the total time.

uniqueMediaPlayed75Percent?

optional uniqueMediaPlayed75Percent: number | null

Number of users that started playing audio or video in the bubble and played 75% of the total time.

Defined in

lib/insight/model/getMessageEventResponseMessage.ts:13