Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::TypeSchema::SchemaReference (v1.11.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TypeSchema::SchemaReference.

A reference to the schema of an existing tool.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#schema

def schema() -> ::String
Returns
  • (::String) — The name of the schema.

#schema=

def schema=(value) -> ::String
Parameter
  • value (::String) — The name of the schema.
Returns
  • (::String) — The name of the schema.

#tool

def tool() -> ::String
Returns
  • (::String) — The tool that contains this schema definition. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.

#tool=

def tool=(value) -> ::String
Parameter
  • value (::String) — The tool that contains this schema definition. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.
Returns
  • (::String) — The tool that contains this schema definition. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.