View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Changelog (google_api_dialogflow v0.74.0)

Changelogs represents a change made to a given agent.

Attributes

  • action (type: String.t, default: nil) - The action of the change.
  • createTime (type: DateTime.t, default: nil) - The timestamp of the change.
  • displayName (type: String.t, default: nil) - The affected resource display name of the change.
  • name (type: String.t, default: nil) - The unique identifier of the changelog. Format: projects//locations//agents//changelogs/.
  • resource (type: String.t, default: nil) - The affected resource name of the change.
  • type (type: String.t, default: nil) - The affected resource type.
  • userEmail (type: String.t, default: nil) - Email address of the authenticated user.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Changelog{
  action: String.t() | nil,
  createTime: DateTime.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  resource: String.t() | nil,
  type: String.t() | nil,
  userEmail: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.