public sealed class CreateQuestionRequest : IMessage<CreateQuestionRequest>, IEquatable<CreateQuestionRequest>, IDeepCloneable<CreateQuestionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Data QnA v1alpha API class CreateQuestionRequest.
Request to create a question resource.
Implements
IMessageCreateQuestionRequest, IEquatableCreateQuestionRequest, IDeepCloneableCreateQuestionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
CreateQuestionRequest()
public CreateQuestionRequest()CreateQuestionRequest(CreateQuestionRequest)
public CreateQuestionRequest(CreateQuestionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateQuestionRequest |
Properties
Parent
public string Parent { get; set; }Required. The name of the project this data source reference belongs to.
Example: projects/foo/locations/bar
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
Question
public Question Question { get; set; }Required. The question to create.
| Property Value | |
|---|---|
| Type | Description |
Question |
|