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

Inherits:
Object
  • Object
show all
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

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.

Returns:



263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 263

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.

Returns:

  • (::String)

    Output only. Token to retrieve the next page of results, or empty if there are no more results in the list.



263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 263

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>.

Returns:

  • (::String)

    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>


263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 263

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