google_api_dialogflow v0.33.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EnvironmentHistoryEntry View Source

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EnvironmentHistoryEntry{
    agentVersion: String.t(),
    createTime: DateTime.t(),
    description: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.