Class: Google::Cloud::Dialogflow::V2::EnvironmentHistory
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::EnvironmentHistory
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/environment.rb
Overview
The response message for Environments.GetEnvironmentHistory.
Defined Under Namespace
Classes: Entry
Instance Attribute Summary collapse
-
#entries ⇒ ::Array<::Google::Cloud::Dialogflow::V2::EnvironmentHistory::Entry>
readonly
Output only.
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#parent ⇒ ::String
readonly
Output only.
Instance Attribute Details
#entries ⇒ ::Array<::Google::Cloud::Dialogflow::V2::EnvironmentHistory::Entry> (readonly)
Output only. The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 |
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 281 class EnvironmentHistory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents an environment history entry. # @!attribute [rw] agent_version # @return [::String] # The agent version loaded into this environment history entry. # @!attribute [rw] description # @return [::String] # The developer-provided description for this environment history entry. # @!attribute [rw] create_time # @return [::Google::Protobuf::Timestamp] # The creation time of this environment history entry. class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#next_page_token ⇒ ::String (readonly)
Returns Output only. Token to retrieve the next page of results, or empty if there are no more results in the list.
281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 |
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 281 class EnvironmentHistory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents an environment history entry. # @!attribute [rw] agent_version # @return [::String] # The agent version loaded into this environment history entry. # @!attribute [rw] description # @return [::String] # The developer-provided description for this environment history entry. # @!attribute [rw] create_time # @return [::Google::Protobuf::Timestamp] # The creation time of this environment history entry. class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#parent ⇒ ::String (readonly)
Returns Output only. The name of the environment this history is for. Supported formats:
projects/<Project ID>/agent/environments/<Environment ID>projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>
The environment ID for the default environment is -.
281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 |
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 281 class EnvironmentHistory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents an environment history entry. # @!attribute [rw] agent_version # @return [::String] # The agent version loaded into this environment history entry. # @!attribute [rw] description # @return [::String] # The developer-provided description for this environment history entry. # @!attribute [rw] create_time # @return [::Google::Protobuf::Timestamp] # The creation time of this environment history entry. class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |