Data QnA v1alpha API - Class ExecuteQuestionRequest (2.0.0-alpha02)

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

Reference documentation and code samples for the Data QnA v1alpha API class ExecuteQuestionRequest.

Request to execute an interpretation.

Inheritance

object > ExecuteQuestionRequest

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

ExecuteQuestionRequest()

public ExecuteQuestionRequest()

ExecuteQuestionRequest(ExecuteQuestionRequest)

public ExecuteQuestionRequest(ExecuteQuestionRequest other)
Parameter
NameDescription
otherExecuteQuestionRequest

Properties

InterpretationIndex

public int InterpretationIndex { get; set; }

Required. Index of the interpretation to execute.

Property Value
TypeDescription
int

Name

public string Name { get; set; }

Required. The unique identifier for the question. Example: projects/foo/locations/bar/questions/1234

Property Value
TypeDescription
string