get Document
Retrieves the specified document. Note: The projects.agent.knowledgeBases.documents
resource is deprecated; only use projects.knowledgeBases.documents
.
Return
null
Parameters
argument
null
suspend fun getDocument(documentId: String, knowledgeBaseId: String, location: String, project: String? = null): GetDocumentResult
Return
null
See also
Parameters
document Id
knowledge Base Id
location
project
suspend fun getDocument(argument: suspend GetDocumentPlainArgsBuilder.() -> Unit): GetDocumentResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.dialogflow.v2beta1.kotlin.inputs.GetDocumentPlainArgs.