Class: Google::Cloud::Dialogflow::V2::CesToolSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/ces_tool.rb

Overview

Spec of CES tool that the generator can choose from.

Instance Attribute Summary collapse

Instance Attribute Details

#ces_tool::String

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

Returns:

  • (::String)

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



32
33
34
35
# File 'proto_docs/google/cloud/dialogflow/v2/ces_tool.rb', line 32

class CesToolSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#confirmation_requirement::Google::Cloud::Dialogflow::V2::Tool::ConfirmationRequirement

Returns Optional. Indicates whether the tool requires human confirmation.

Returns:



32
33
34
35
# File 'proto_docs/google/cloud/dialogflow/v2/ces_tool.rb', line 32

class CesToolSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end