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
actionin the DataConnectorService apis, but they are the same as thetoolhere.
#tool_name=
def tool_name=(value) -> ::String
Parameter
-
value (::String) — The name of the tool as defined by
DataConnectorService.QueryAvailableActions.
Note: it's using
actionin the DataConnectorService apis, but they are the same as thetoolhere.
Returns
-
(::String) — The name of the tool as defined by
DataConnectorService.QueryAvailableActions.
Note: it's using
actionin the DataConnectorService apis, but they are the same as thetoolhere.