Class GoogleCloudDialogflowCxV3AgentGitIntegrationSettings
Inheritance
GoogleCloudDialogflowCxV3AgentGitIntegrationSettings
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3AgentGitIntegrationSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GithubSettings
Declaration
[JsonProperty("githubSettings")]
public virtual GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings GithubSettings { get; set; }
Property Value
Implements