GetExperiencePlainArgs

data class GetExperiencePlainArgs(val experienceId: String, val indexId: String) : ConvertibleToJava<GetExperiencePlainArgs>

A collection of arguments for invoking getExperience.

Constructors

Link copied to clipboard
constructor(experienceId: String, indexId: String)

Properties

Link copied to clipboard

Identifier of the Experience.

Link copied to clipboard

Identifier of the index that contains the Experience.

Functions

Link copied to clipboard
open override fun toJava(): GetExperiencePlainArgs