public sealed class GetQuestionRequest : IMessage<GetQuestionRequest>, IEquatable<GetQuestionRequest>, IDeepCloneable<GetQuestionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Data QnA v1alpha API class GetQuestionRequest.
A request to get a previously created question.
Implements
IMessageGetQuestionRequest, IEquatableGetQuestionRequest, IDeepCloneableGetQuestionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
GetQuestionRequest()
public GetQuestionRequest()GetQuestionRequest(GetQuestionRequest)
public GetQuestionRequest(GetQuestionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetQuestionRequest |
Properties
Name
public string Name { get; set; }Required. The unique identifier for the question.
Example: projects/foo/locations/bar/questions/1234
| Property Value | |
|---|---|
| Type | Description |
string |
|
QuestionName
public QuestionName QuestionName { get; set; }QuestionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
QuestionName |
|
ReadMask
public FieldMask ReadMask { get; set; }The list of fields to be retrieved.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|