Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings

Settings of integration with GitHub.

Inheritance
object
GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX