View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings (google_api_dialogflow v0.78.0)

Settings of integration with GitHub.

Attributes

  • accessToken (type: String.t, default: nil) - The access token used to authenticate the access to the GitHub repository.
  • branches (type: list(String.t), default: nil) - A list of branches configured to be used from Dialogflow.
  • displayName (type: String.t, default: nil) - The unique repository display name for the GitHub repository.
  • repositoryUri (type: String.t, default: nil) - The GitHub repository URI related to the agent.
  • trackingBranch (type: String.t, default: nil) - The branch of the GitHub repository tracked for this agent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings{
    accessToken: String.t() | nil,
    branches: [String.t()] | nil,
    displayName: String.t() | nil,
    repositoryUri: String.t() | nil,
    trackingBranch: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.