GoogleCloudDialogflowCxV3AgentGitIntegrationSettings
import type { GoogleCloudDialogflowCxV3AgentGitIntegrationSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";Settings for connecting to Git repository for an agent.
interface GoogleCloudDialogflowCxV3AgentGitIntegrationSettings  {
githubSettings?: GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings;
}