Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action::EntityOperation.
Entity CRUD operation specification.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entity_id
def entity_id() -> ::String
Returns
- (::String) — Required. ID of the entity.
#entity_id=
def entity_id=(value) -> ::String
Parameter
- value (::String) — Required. ID of the entity.
Returns
- (::String) — Required. ID of the entity.
#operation
def operation() -> ::Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action::EntityOperation::OperationType
Returns
- (::Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action::EntityOperation::OperationType) — Required. Operation to perform on the entity.
#operation=
def operation=(value) -> ::Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action::EntityOperation::OperationType
Parameter
- value (::Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action::EntityOperation::OperationType) — Required. Operation to perform on the entity.
Returns
- (::Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action::EntityOperation::OperationType) — Required. Operation to perform on the entity.