public enum AssistAnswer.Types.StateReference documentation and code samples for the Discovery Engine v1beta API enum AssistAnswer.Types.State.
State of the answer generation.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
Cancelled |
Assist operation has been cancelled (e.g. client closed the stream). May contain a partial response. |
Failed |
Assist operation has failed. |
InProgress |
Assist operation is currently in progress. |
Skipped |
Assist operation has been skipped. |
Succeeded |
Assist operation has succeeded. |
Unspecified |
Unknown. |