Class: Google::Cloud::Ces::V1beta::TriggerAction::Response

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/common.rb

Overview

Represents a response from the agent.

Instance Attribute Summary collapse

Instance Attribute Details

#disabled::Boolean

Returns Optional. Whether the response is disabled. Disabled responses are not used by the agent.

Returns:

  • (::Boolean)

    Optional. Whether the response is disabled. Disabled responses are not used by the agent.



93
94
95
96
# File 'proto_docs/google/cloud/ces/v1beta/common.rb', line 93

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

#text::String

Returns Required. Text for the agent to respond with.

Returns:

  • (::String)

    Required. Text for the agent to respond with.



93
94
95
96
# File 'proto_docs/google/cloud/ces/v1beta/common.rb', line 93

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