Class: Google::Cloud::Dialogflow::V2::EnvironmentHistory::Entry
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::EnvironmentHistory::Entry
- 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
-
#agent_version ⇒ ::String
The agent version loaded into this environment history entry.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The creation time of this environment history entry.
-
#description ⇒ ::String
The developer-provided description for this environment history entry.
Instance Attribute Details
#agent_version ⇒ ::String
Returns 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.
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 |