Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Tool::ConnectorTool.
A ConnectorTool enabling using Integration Connectors Connections as tools.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#actions
def actions() -> ::Array<::Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action>) — Required. Actions for the tool to use.
#actions=
def actions=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action>) — Required. Actions for the tool to use.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action>) — Required. Actions for the tool to use.
#name
def name() -> ::String
Returns
- (::String) — Required. The full resource name of the referenced Integration Connectors Connection. Format: 'projects//locations//connections/*'
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The full resource name of the referenced Integration Connectors Connection. Format: 'projects//locations//connections/*'
Returns
- (::String) — Required. The full resource name of the referenced Integration Connectors Connection. Format: 'projects//locations//connections/*'