Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings

import type { GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Settings of integration with GitHub.

interface GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings {
accessToken?: string;
branches?: string[];
displayName?: string;
repositoryUri?: string;
trackingBranch?: string;
}

§Properties

§
accessToken?: string
[src]

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

§
branches?: string[]
[src]

A list of branches configured to be used from Dialogflow.

§
displayName?: string
[src]

The unique repository display name for the GitHub repository.

§
repositoryUri?: string
[src]

The GitHub repository URI related to the agent.

§
trackingBranch?: string
[src]

The branch of the GitHub repository tracked for this agent.