Dialogflow v3 API - Class ExportAgentRequest.Types.GitDestination (2.17.0)

public sealed class ExportAgentRequest.Types.GitDestination : IMessage<ExportAgentRequest.Types.GitDestination>, IEquatable<ExportAgentRequest.Types.GitDestination>, IDeepCloneable<ExportAgentRequest.Types.GitDestination>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class ExportAgentRequest.Types.GitDestination.

Settings for exporting to a git branch.

Inheritance

object > ExportAgentRequest.Types.GitDestination

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

GitDestination()

public GitDestination()

GitDestination(GitDestination)

public GitDestination(ExportAgentRequest.Types.GitDestination other)
Parameter
NameDescription
otherExportAgentRequestTypesGitDestination

Properties

CommitMessage

public string CommitMessage { get; set; }

Commit message for the git push.

Property Value
TypeDescription
string

TrackingBranch

public string TrackingBranch { get; set; }

Tracking branch for the git push.

Property Value
TypeDescription
string