Class: Google::Cloud::Dialogflow::V2::CesAppSpec
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::CesAppSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/ces_app.rb
Overview
Spec of CES app that the generator can choose from.
Instance Attribute Summary collapse
-
#ces_app ⇒ ::String
Optional.
-
#confirmation_requirement ⇒ ::Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement
Optional.
Instance Attribute Details
#ces_app ⇒ ::String
Returns Optional. Format: projects/<Project ID>/locations/<Location ID>/apps/<app
ID>.
32 33 34 35 |
# File 'proto_docs/google/cloud/dialogflow/v2/ces_app.rb', line 32 class CesAppSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#confirmation_requirement ⇒ ::Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement
Returns Optional. Indicates whether the app requires human confirmation.
32 33 34 35 |
# File 'proto_docs/google/cloud/dialogflow/v2/ces_app.rb', line 32 class CesAppSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |