Google Cloud Dialogflow Cx V3 Client - Class GitDestination (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class GitDestination.

Settings for exporting to a git branch.

Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportAgentRequest.GitDestination

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ ExportAgentRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ tracking_branch string

Tracking branch for the git push.

↳ commit_message string

Commit message for the git push.

getTrackingBranch

Tracking branch for the git push.

Returns
TypeDescription
string

setTrackingBranch

Tracking branch for the git push.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCommitMessage

Commit message for the git push.

Returns
TypeDescription
string

setCommitMessage

Commit message for the git push.

Parameter
NameDescription
var string
Returns
TypeDescription
$this