documents

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

Parameters

value

Knowledge documents to query from. Format: projects//locations//knowledgeBases//documents/. Currently, only one document is supported.


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


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

Parameters

values

Knowledge documents to query from. Format: projects//locations//knowledgeBases//documents/. Currently, only one document is supported.