Show / Hide Table of Contents

Class SupportUrls

Urls with additional bot related information.

Inheritance
System.Object
SupportUrls
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class SupportUrls : IDirectResponseSchema

Properties

AdminConfigUrl

Link to the admin configuration webpage for the bot. Configured by Pantheon, may be empty.

Declaration
[JsonProperty("adminConfigUrl")]
public virtual string AdminConfigUrl { get; set; }
Property Value
Type Description
System.String

DeletionPolicyUrl

Link to the deletion policy webpage for the bot. Configured by Pantheon, may be empty.

Declaration
[JsonProperty("deletionPolicyUrl")]
public virtual string DeletionPolicyUrl { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

GwmUrl

Link to GWM page of the app. May be empty.

Declaration
[JsonProperty("gwmUrl")]
public virtual string GwmUrl { get; set; }
Property Value
Type Description
System.String

PrivacyPolicyUrl

Link to the privacy policy webpage for the bot. May be empty.

Declaration
[JsonProperty("privacyPolicyUrl")]
public virtual string PrivacyPolicyUrl { get; set; }
Property Value
Type Description
System.String

SetupUrl

Link to the setup webpage for the bot. Configured by Pantheon, may be empty.

Declaration
[JsonProperty("setupUrl")]
public virtual string SetupUrl { get; set; }
Property Value
Type Description
System.String

SupportUrl

Link to the support webpage for the developer of the bot. May be empty.

Declaration
[JsonProperty("supportUrl")]
public virtual string SupportUrl { get; set; }
Property Value
Type Description
System.String

TosUrl

Link to the terms of service webpage for the bot. May be empty.

Declaration
[JsonProperty("tosUrl")]
public virtual string TosUrl { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top