documents

@JvmName(name = "mfflukhwdlqofxms")
suspend fun documents(value: Output<List<String>>)
@JvmName(name = "iktnxmfkstwgsomt")
suspend fun documents(value: List<String>)

Parameters

value

Knowledge documents to query from. Format: projects//locations//knowledgeBases//documents/. Currently, at most 5 documents are supported.


@JvmName(name = "ygkbevgvistkoftc")
suspend fun documents(vararg values: Output<String>)


@JvmName(name = "rpafxjrdewlmtbqk")
suspend fun documents(values: List<Output<String>>)
@JvmName(name = "jscrxnclbfloqcru")
suspend fun documents(vararg values: String)

Parameters

values

Knowledge documents to query from. Format: projects//locations//knowledgeBases//documents/. Currently, at most 5 documents are supported.