public sealed class ExportAgentRequest.Types.GitDestination : IMessage<ExportAgentRequest.Types.GitDestination>, IEquatable<ExportAgentRequest.Types.GitDestination>, IDeepCloneable<ExportAgentRequest.Types.GitDestination>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class ExportAgentRequest.Types.GitDestination.
Settings for exporting to a git branch.
Implements
IMessageExportAgentRequestTypesGitDestination, IEquatableExportAgentRequestTypesGitDestination, IDeepCloneableExportAgentRequestTypesGitDestination, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GitDestination()
public GitDestination()GitDestination(GitDestination)
public GitDestination(ExportAgentRequest.Types.GitDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportAgentRequestTypesGitDestination |
Properties
CommitMessage
public string CommitMessage { get; set; }Commit message for the git push.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TrackingBranch
public string TrackingBranch { get; set; }Tracking branch for the git push.
| Property Value | |
|---|---|
| Type | Description |
string |
|