GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3CompareVersionsResponse (google_api_dialogflow v0.89.0)
View SourceThe response message for Versions.CompareVersions.
Attributes
-
baseVersionContentJson(type:String.t, default:nil) - JSON representation of the base version content. -
compareTime(type:DateTime.t, default:nil) - The timestamp when the two version compares. -
targetVersionContentJson(type:String.t, default:nil) - JSON representation of the target version content.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3CompareVersionsResponse{ baseVersionContentJson: String.t() | nil, compareTime: DateTime.t() | nil, targetVersionContentJson: String.t() | nil }