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.
Implements
IMessageExecuteQuestionRequest, IEquatableExecuteQuestionRequest, IDeepCloneableExecuteQuestionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
ExecuteQuestionRequest()
public ExecuteQuestionRequest()
ExecuteQuestionRequest(ExecuteQuestionRequest)
public ExecuteQuestionRequest(ExecuteQuestionRequest other)
Parameter | |
---|---|
Name | Description |
other | ExecuteQuestionRequest |
Properties
InterpretationIndex
public int InterpretationIndex { get; set; }
Required. Index of the interpretation to execute.
Property Value | |
---|---|
Type | Description |
int |
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 |