documents

@JvmName(name = "pbigtcqanfpkmhlp")
suspend fun documents(value: Output<List<String>>)
@JvmName(name = "xivrrrogsiavgvrq")
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 = "oqwiligsnmkigbhx")
suspend fun documents(vararg values: Output<String>)


@JvmName(name = "vnpmbnoajereldqs")
suspend fun documents(values: List<Output<String>>)
@JvmName(name = "mlbgyxyabxighjvo")
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.