View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EnvironmentHistoryEntry (google_api_dialogflow v0.78.0)

Represents an environment history entry.

Attributes

  • agentVersion (type: String.t, default: nil) - The agent version loaded into this environment history entry.
  • createTime (type: DateTime.t, default: nil) - The creation time of this environment history entry.
  • description (type: String.t, default: nil) - The developer-provided description for this environment history entry.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EnvironmentHistoryEntry{
    agentVersion: String.t() | nil,
    createTime: DateTime.t() | nil,
    description: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.