Class ExecuteQuestionRequest

ExecuteQuestionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to execute an interpretation.

Attributes

NameDescription
name str
Required. The unique identifier for the question. Example: ``projects/foo/locations/bar/questions/1234``
interpretation_index int
Required. Index of the interpretation to execute.

Inheritance

builtins.object > proto.message.Message > ExecuteQuestionRequest