Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class SchemaReference.
A reference to the schema of an existing tool.
Generated from protobuf message google.cloud.dialogflow.cx.v3.TypeSchema.SchemaReference
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ TypeSchemaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tool |
string
The tool that contains this schema definition. Format: |
↳ schema |
string
The name of the schema. |
getTool
The tool that contains this schema definition.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTool
The tool that contains this schema definition.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSchema
The name of the schema.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSchema
The name of the schema.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|