Class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings
Settings of integration with GitHub.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings : IDirectResponseSchema
Properties
AccessToken
The access token used to authenticate the access to the GitHub repository.
Declaration
[JsonProperty("accessToken")]
public virtual string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Branches
A list of branches configured to be used from Dialogflow.
Declaration
[JsonProperty("branches")]
public virtual IList<string> Branches { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DisplayName
The unique repository display name for the GitHub repository.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
RepositoryUri
The GitHub repository URI related to the agent.
Declaration
[JsonProperty("repositoryUri")]
public virtual string RepositoryUri { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingBranch
The branch of the GitHub repository tracked for this agent.
Declaration
[JsonProperty("trackingBranch")]
public virtual string TrackingBranch { get; set; }
Property Value
Type | Description |
---|---|
string |