GetFaqPlainArgs

data class GetFaqPlainArgs(val id: String, val indexId: String) : ConvertibleToJava<GetFaqPlainArgs>

Constructors

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

Properties

Link copied to clipboard
val id: String

The identifier for the FAQ. For example: f61995a6-cd5c-4e99-9cfc-58816d8bfaa7

Link copied to clipboard

Index ID

Functions

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