Module: Google::Cloud::Dialogflow::V2::Document::State
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/document.rb
Overview
Possible states of the document
Constant Summary collapse
- STATE_UNSPECIFIED =
The document state is unspecified.
0
- CREATING =
The document creation is in progress.
1
- ACTIVE =
The document is active and ready to use.
2
- UPDATING =
The document updation is in progress.
3
- RELOADING =
The document is reloading.
4
- DELETING =
The document deletion is in progress.
5