Google Cloud Dialogflow Cx V3 Client - Class GithubSettings (0.3.2)

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

Settings of integration with GitHub.

Generated from protobuf message google.cloud.dialogflow.cx.v3.Agent.GitIntegrationSettings.GithubSettings

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ Agent \ GitIntegrationSettings

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ display_name string

The unique repository display name for the GitHub repository.

↳ repository_uri string

The GitHub repository URI related to the agent.

↳ tracking_branch string

The branch of the GitHub repository tracked for this agent.

↳ access_token string

The access token used to authenticate the access to the GitHub repository.

↳ branches array

A list of branches configured to be used from Dialogflow.

getDisplayName

The unique repository display name for the GitHub repository.

Returns
Type Description
string

setDisplayName

The unique repository display name for the GitHub repository.

Parameter
Name Description
var string
Returns
Type Description
$this

getRepositoryUri

The GitHub repository URI related to the agent.

Returns
Type Description
string

setRepositoryUri

The GitHub repository URI related to the agent.

Parameter
Name Description
var string
Returns
Type Description
$this

getTrackingBranch

The branch of the GitHub repository tracked for this agent.

Returns
Type Description
string

setTrackingBranch

The branch of the GitHub repository tracked for this agent.

Parameter
Name Description
var string
Returns
Type Description
$this

getAccessToken

The access token used to authenticate the access to the GitHub repository.

Returns
Type Description
string

setAccessToken

The access token used to authenticate the access to the GitHub repository.

Parameter
Name Description
var string
Returns
Type Description
$this

getBranches

A list of branches configured to be used from Dialogflow.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBranches

A list of branches configured to be used from Dialogflow.

Parameter
Name Description
var string[]
Returns
Type Description
$this