View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Changelog (google_api_dialogflow v0.88.3)
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. -
languageCode
(type:String.t
, default:nil
) - The affected language code 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Changelog{ action: String.t() | nil, createTime: DateTime.t() | nil, displayName: String.t() | nil, languageCode: String.t() | nil, name: String.t() | nil, resource: String.t() | nil, type: String.t() | nil, userEmail: String.t() | nil }