Show / Hide Table of Contents

Class SupportUrls

Urls with additional bot related information.

Inheritance
object
SupportUrls
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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
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
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
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
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX