public sealed class Environment.Types.VersionConfig : IMessage<Environment.Types.VersionConfig>, IEquatable<Environment.Types.VersionConfig>, IDeepCloneable<Environment.Types.VersionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Environment.Types.VersionConfig.
Required. Both flow and playbook versions are supported.
Format for flow version:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.
Format for playbook version:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `Environment.Types.VersionConfig` class in the Google Cloud Dialogflow CX v3 API."],["The latest version of `Environment.Types.VersionConfig` is 2.23.0, with a list of historical versions available, spanning from 1.0.0 up to the latest version."],["`Environment.Types.VersionConfig` is used to configure versions, supporting both flow and playbook version formats, and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `Version` (a string representing the version) and `VersionAsVersionName`, which offers a `VersionName`-typed view of the version resource name."],["There are two constructors available for `VersionConfig`, a default constructor and one that accepts another `VersionConfig` instance."]]],[]]