Module: Google::Cloud::Dialogflow::V2::AgentAssistantFeedback::DocumentCorrectness
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/answer_record.rb
Overview
Correctness of document.
Constant Summary collapse
- DOCUMENT_CORRECTNESS_UNSPECIFIED =
Document correctness unspecified.
0
- INCORRECT =
Information in document is incorrect.
1
- CORRECT =
Information in document is correct.
2