Show / Hide Table of Contents

Class AppSnapshot

A snapshot of the app.

Inheritance
object
AppSnapshot
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class AppSnapshot : IDirectResponseSchema

Properties

Agents

Optional. List of agents in the app.

Declaration
[JsonProperty("agents")]
public virtual IList<Agent> Agents { get; set; }
Property Value
Type Description
IList<Agent>

App

Optional. The basic settings for the app.

Declaration
[JsonProperty("app")]
public virtual App App { get; set; }
Property Value
Type Description
App

ETag

The ETag of the item.

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

Examples

Optional. List of examples in the app.

Declaration
[JsonProperty("examples")]
public virtual IList<Example> Examples { get; set; }
Property Value
Type Description
IList<Example>

Guardrails

Optional. List of guardrails in the app.

Declaration
[JsonProperty("guardrails")]
public virtual IList<Guardrail> Guardrails { get; set; }
Property Value
Type Description
IList<Guardrail>

Tools

Optional. List of tools in the app.

Declaration
[JsonProperty("tools")]
public virtual IList<Tool> Tools { get; set; }
Property Value
Type Description
IList<Tool>

Toolsets

Optional. List of toolsets in the app.

Declaration
[JsonProperty("toolsets")]
public virtual IList<Toolset> Toolsets { get; set; }
Property Value
Type Description
IList<Toolset>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX