GetFaqPlainArgs

data class GetFaqPlainArgs(val faqId: String, val indexId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetFaqPlainArgs>

A collection of arguments for invoking getFaq.

Constructors

Link copied to clipboard
constructor(faqId: String, indexId: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Identifier of the FAQ.

Link copied to clipboard

Identifier of the index that contains the FAQ.

Link copied to clipboard
val tags: Map<String, String>? = null

Metadata that helps organize the FAQs you create.

Functions

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