Class CreateQuestionRequest (1.0.0-alpha03)

public sealed class CreateQuestionRequest : IMessage<CreateQuestionRequest>, IEquatable<CreateQuestionRequest>, IDeepCloneable<CreateQuestionRequest>, IBufferMessage, IMessage

Request to create a question resource.

Inheritance

Object > CreateQuestionRequest

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

CreateQuestionRequest()

public CreateQuestionRequest()

CreateQuestionRequest(CreateQuestionRequest)

public CreateQuestionRequest(CreateQuestionRequest other)
Parameter
NameDescription
otherCreateQuestionRequest

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
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

Question

public Question Question { get; set; }

Required. The question to create.

Property Value
TypeDescription
Question