Class: Google::Cloud::Dialogflow::V2::CesAppSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ces_app::String

Returns Optional. Format: projects/<Project ID>/locations/<Location ID>/apps/<app ID>.

Returns:

  • (::String)

    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.

Returns:



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