Class GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination
Settings for exporting to a git branch.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination : IDirectResponseSchema
Properties
CommitMessage
Commit message for the git push.
Declaration
[JsonProperty("commitMessage")]
public virtual string CommitMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingBranch
Tracking branch for the git push.
Declaration
[JsonProperty("trackingBranch")]
public virtual string TrackingBranch { get; set; }
Property Value
Type | Description |
---|---|
string |