Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::Assistant::ToolInfo (v0.28.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Assistant::ToolInfo.

Information to identify a tool.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#tool_display_name

def tool_display_name() -> ::String
Returns
  • (::String) — The display name of the tool.

#tool_display_name=

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

#tool_name

def tool_name() -> ::String
Returns
  • (::String) — The name of the tool as defined by DataConnectorService.QueryAvailableActions. Note: it's using action in the DataConnectorService apis, but they are the same as the tool here.

#tool_name=

def tool_name=(value) -> ::String
Parameter
  • value (::String) — The name of the tool as defined by DataConnectorService.QueryAvailableActions. Note: it's using action in the DataConnectorService apis, but they are the same as the tool here.
Returns
  • (::String) — The name of the tool as defined by DataConnectorService.QueryAvailableActions. Note: it's using action in the DataConnectorService apis, but they are the same as the tool here.