Module: Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/tool.rb
Overview
Types of confirmation requirement.
Constant Summary collapse
- CONFIRMATION_REQUIREMENT_UNSPECIFIED =
Unspecified. Whether the action requires confirmation is inferred from method_type.
0- REQUIRED =
Conformation is required.
1- NOT_REQUIRED =
Conformation is not required.
2