public sealed class CreateQuestionRequest : IMessage<CreateQuestionRequest>, IEquatable<CreateQuestionRequest>, IDeepCloneable<CreateQuestionRequest>, IBufferMessage, IMessage
Request to create a question resource.
Implements
IMessage<CreateQuestionRequest>, IEquatable<CreateQuestionRequest>, IDeepCloneable<CreateQuestionRequest>, 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 |