public sealed class ExecuteQuestionRequest : IMessage<ExecuteQuestionRequest>, IEquatable<ExecuteQuestionRequest>, IDeepCloneable<ExecuteQuestionRequest>, IBufferMessage, IMessage
Request to execute an interpretation.
Implements
IMessage<ExecuteQuestionRequest>, IEquatable<ExecuteQuestionRequest>, IDeepCloneable<ExecuteQuestionRequest>, 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 |
Int32 |
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 |