public sealed class Agent.Types.GitIntegrationSettings : IMessage<Agent.Types.GitIntegrationSettings>, IEquatable<Agent.Types.GitIntegrationSettings>, IDeepCloneable<Agent.Types.GitIntegrationSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Agent.Types.GitIntegrationSettings.
Settings for connecting to Git repository for an agent.
[[["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."],[[["The page provides reference documentation and code samples for the `Agent.Types.GitIntegrationSettings` class within the Dialogflow v3 API, used for connecting an agent to a Git repository."],["The latest version of this class is 2.23.0, and the page also lists other versions ranging from 1.0.0 to 2.22.0 for reference."],["The `Agent.Types.GitIntegrationSettings` class is a sealed class that implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its functionalities and capabilities within the Dialogflow API."],["This class includes constructors for creating instances, including one that takes another `GitIntegrationSettings` object as a parameter to copy settings."],["The class has properties such as `GitSettingsCase` and `GithubSettings`, which are used for handling different types of Git settings, and specifically GitHub settings."]]],[]]