Class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
Inheritance
GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GitConnectionSettings
Declaration
[JsonProperty("gitConnectionSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings GitConnectionSettings { get; set; }
Property Value
GithubSettings
Declaration
[JsonProperty("githubSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings GithubSettings { get; set; }
Property Value
Implements