GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3CompareVersionsResponse (google_api_dialogflow v0.73.0) View Source
The 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.
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.GoogleCloudDialogflowCxV3CompareVersionsResponse{
baseVersionContentJson: String.t() | nil,
compareTime: DateTime.t() | nil,
targetVersionContentJson: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.