GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EnvironmentHistoryEntry (google_api_dialogflow v0.72.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EnvironmentHistoryEntry{
agentVersion: String.t() | nil,
createTime: DateTime.t() | nil,
description: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.