Dialogflow v3 API - Class RestoreAgentRequest.Types.GitSource (2.18.0)

public sealed class RestoreAgentRequest.Types.GitSource : IMessage<RestoreAgentRequest.Types.GitSource>, IEquatable<RestoreAgentRequest.Types.GitSource>, IDeepCloneable<RestoreAgentRequest.Types.GitSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class RestoreAgentRequest.Types.GitSource.

Settings for restoring from a git branch

Inheritance

object > RestoreAgentRequest.Types.GitSource

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

GitSource()

public GitSource()

GitSource(GitSource)

public GitSource(RestoreAgentRequest.Types.GitSource other)
Parameter
Name Description
other RestoreAgentRequestTypesGitSource

Properties

TrackingBranch

public string TrackingBranch { get; set; }

tracking branch for the git pull

Property Value
Type Description
string