GithubSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Settings of integration with GitHub.
Attributes |
|
---|---|
Name | Description |
display_name |
str
The unique repository display name for the GitHub repository. |
repository_uri |
str
The GitHub repository URI related to the agent. |
tracking_branch |
str
The branch of the GitHub repository tracked for this agent. |
access_token |
str
The access token used to authenticate the access to the GitHub repository. |
branches |
MutableSequence[str]
A list of branches configured to be used from Dialogflow. |