public sealed class TypeSchema.Types.SchemaReference : IMessage<TypeSchema.Types.SchemaReference>, IEquatable<TypeSchema.Types.SchemaReference>, IDeepCloneable<TypeSchema.Types.SchemaReference>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class TypeSchema.Types.SchemaReference.
A reference to the schema of an existing tool.
Implements
IMessageTypeSchemaTypesSchemaReference, IEquatableTypeSchemaTypesSchemaReference, IDeepCloneableTypeSchemaTypesSchemaReference, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 |
|