Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings.
Settings of integration with GitHub.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#access_token
def access_token() -> ::String
Returns
- (::String) — The access token used to authenticate the access to the GitHub repository.
#access_token=
def access_token=(value) -> ::String
Parameter
- value (::String) — The access token used to authenticate the access to the GitHub repository.
Returns
- (::String) — The access token used to authenticate the access to the GitHub repository.
#branches
def branches() -> ::Array<::String>
Returns
- (::Array<::String>) — A list of branches configured to be used from Dialogflow.
#branches=
def branches=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — A list of branches configured to be used from Dialogflow.
Returns
- (::Array<::String>) — A list of branches configured to be used from Dialogflow.
#display_name
def display_name() -> ::String
Returns
- (::String) — The unique repository display name for the GitHub repository.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — The unique repository display name for the GitHub repository.
Returns
- (::String) — The unique repository display name for the GitHub repository.
#repository_uri
def repository_uri() -> ::String
Returns
- (::String) — The GitHub repository URI related to the agent.
#repository_uri=
def repository_uri=(value) -> ::String
Parameter
- value (::String) — The GitHub repository URI related to the agent.
Returns
- (::String) — The GitHub repository URI related to the agent.
#tracking_branch
def tracking_branch() -> ::String
Returns
- (::String) — The branch of the GitHub repository tracked for this agent.
#tracking_branch=
def tracking_branch=(value) -> ::String
Parameter
- value (::String) — The branch of the GitHub repository tracked for this agent.
Returns
- (::String) — The branch of the GitHub repository tracked for this agent.