Dialogflow v3 API - Class TypeSchema.Types.SchemaReference (3.0.0)

public sealed class TypeSchema.Types.SchemaReference : IMessage<TypeSchema.Types.SchemaReference>, IEquatable<TypeSchema.Types.SchemaReference>, IDeepCloneable<TypeSchema.Types.SchemaReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class TypeSchema.Types.SchemaReference.

A reference to the schema of an existing tool.

Inheritance

object > TypeSchema.Types.SchemaReference

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

SchemaReference()

public SchemaReference()

SchemaReference(SchemaReference)

public SchemaReference(TypeSchema.Types.SchemaReference other)
Parameter
Name Description
other TypeSchemaTypesSchemaReference

Properties

Schema

public string Schema { get; set; }

The name of the schema.

Property Value
Type Description
string

Tool

public string Tool { get; set; }

The tool that contains this schema definition. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.

Property Value
Type Description
string