public sealed class CreateDocumentRequest : IMessage<CreateDocumentRequest>, IEquatable<CreateDocumentRequest>, IDeepCloneable<CreateDocumentRequest>, IBufferMessage, IMessage
Request message for [Documents.CreateDocument][google.cloud.dialogflow.v2.Documents.CreateDocument].
Implements
IMessage<CreateDocumentRequest>, IEquatable<CreateDocumentRequest>, IDeepCloneable<CreateDocumentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
CreateDocumentRequest()
public CreateDocumentRequest()
CreateDocumentRequest(CreateDocumentRequest)
public CreateDocumentRequest(CreateDocumentRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateDocumentRequest |
Properties
Document
public Document Document { get; set; }
Required. The document to create.
Property Value | |
---|---|
Type | Description |
Document |
Parent
public string Parent { get; set; }
Required. The knowledge base to create a document for.
Format: projects/{Project ID}/locations/{Location
ID>/knowledgeBases/<Knowledge Base ID>
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsKnowledgeBaseName
public KnowledgeBaseName ParentAsKnowledgeBaseName { get; set; }
KnowledgeBaseName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
KnowledgeBaseName |