Class: Google::Cloud::Dialogflow::V2::EnvironmentHistory::Entry

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

Overview

Represents an environment history entry.

Instance Attribute Summary collapse

Instance Attribute Details

#agent_version::String

Returns The agent version loaded into this environment history entry.

Returns:

  • (::String)

    The agent version loaded into this environment history entry.



303
304
305
306
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 303

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

#create_time::Google::Protobuf::Timestamp

Returns The creation time of this environment history entry.

Returns:



303
304
305
306
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 303

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

#description::String

Returns The developer-provided description for this environment history entry.

Returns:

  • (::String)

    The developer-provided description for this environment history entry.



303
304
305
306
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 303

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