Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::EnvironmentHistory::Entry.
Represents an environment history entry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_version
def agent_version() -> ::String
Returns
- (::String) — The agent version loaded into this environment history entry.
#agent_version=
def agent_version=(value) -> ::String
Parameter
- value (::String) — The agent version loaded into this environment history entry.
Returns
- (::String) — The agent version loaded into this environment history entry.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The creation time of this environment history entry.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The creation time of this environment history entry.
Returns
- (::Google::Protobuf::Timestamp) — The creation time of this environment history entry.
#description
def description() -> ::String
Returns
- (::String) — The developer-provided description for this environment history entry.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — The developer-provided description for this environment history entry.
Returns
- (::String) — The developer-provided description for this environment history entry.