state property

String? state
getter/setter pair

The state of the response generation.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unknown.
  • "STREAMING" : Response generation is being streamed.
  • "SUCCEEDED" : Response generation has succeeded.

Implementation

core.String? state;